Monthly Archive: April 2019

0

Add users and databases in MySQL

Here is a quick 4 step command way to add user and database in MySQL. 1. You first need to create username and password: 2. Then you need to create the database: or Character set and...

0

How to mount remote hard drive to Raspberry Pi 3B+

Hello, here is a quick way to mount a remote hard drive via Lan or Wireless connection. I have mounted Western Digital MyBook Live attached with lan cable to the router and Seagate Backup Plus plugged...

0

How to create a blog on Raspberry Pi 3B+

Hello, this is my first post and I will explain how I created this blog.We will be using NGINX web server with PHP 7.3 and MySQL for database storage + certbot to create SSL certificates. NOTE:...