Copy file using SSH

SSH is a tool for us to log on to another machine from our computer. This tutorial will guide you how to copy any file from one computer to another using SSH. To copy a file from your computer to another machine, use the following… Read More

Change password for MySQL user

To change the password of any MySQL user, please login to MySQL with the user have right permission to change the data in the database. Here, I will use the root account:

Enter and then enter the password. By default, all user information is… Read More