Remote access for MySQL

By default, MySQL does not allow us to access it from other machines, accessible only from the machine itself. Therefore, if we want to access MySQL from another machine, we must make changes in the configuration of MySQL. What the changes are, in this tutorial,… 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

Install MySQL server on Ubuntu

In this tutorial, I will show you how we can install MySQL server on Ubuntu. First of all, let open Terminal on Ubuntu and using below command to install MySQL server.

During installation, you will see a dialog let us enter the password for… Read More