Recover the MySQL Root Password Easily
To recover your MySQL database server password follow these five easy steps.. Step 1: Stop the MySQL service.. service mysql stop or service mysqld stop Step 2: Start the MySQL server without any passwords.. mysqld_safe –skip-grant-tables & Step 3: Connect to mysql server using mysql client.. mysql -u root Step 4: Setup new MySQL root … Read more