Install MySQL Community Server on macOS

In this tutorial, I will show you how to install MySQL Community Server on macOS. Installation First, you need to go to https://dev.mysql.com/downloads/mysql/ to download the MySQL installation file for macOS: There are many different options, but you should choose the .dmg file to install… Read More

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