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 root user as below:
Enter the password which you want.
- After entering the password of root user, you will see another dialog to confirm the password which you just entered.
Result: