How to Reset a MySQL Password in 5 Easy Steps
How to Reset a MySQL Password in 5 Easy Steps 1. Stop the mysqld daemon process. 2. Start the mysqld daemon process with the –skip-grant-tables option. 3. Start the mysql client with the -u root option. 4. Execute the UPDATE … Read More »