Install MySql on Ubuntu
Learn how to install MySql on Ubuntu
$ sudo apt update$ sudo apt install mysql-server$ sudo mysql_secure_installationPlease set the password for root here.
New password: ******
Re-enter new password: ******Links & Resources
Last updated