Join our mailing list Subscribe Us
ubuntu

mysql 8.0: Reset mysql root password

Reset a MySQL root password Use the following steps to reset a MySQL root password by using the command line interface. Stop the MySQL service (Ubu…

mysql 8.0: set Root password ubuntu

1. install mysql using cmd   sudo apt install mysql-server 2. after  install connect to mysql cmd:  sudo mysql -u root 3. reset password using below …