How to Install MySQL server on Ubuntu 18.04/20.04

How to Install MySQL server on Ubuntu 18.04/19.04

Here are the commands that you have to type..
sudo apt update
sudo apt install mysql-server
sudo mysql
ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘password’;
FLUSH PRIVILEGES;
exit
mysql -u root -p
enter root password for mysql

https://tubemint.com/product-tag/gig/ PAID Support: amulya@tubemint.com Instagram & twitter @tubemint

Source: https://www.youtube.com/watch?v=yRDVDMHoWLA

Leave a Reply

Your email address will not be published. Required fields are marked *