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.
1 |
sudo apt-get install mysql-server |
During installation, you will see a dialog let us enter the password for… Read More