2003 post - Recovery procedure for MySql passwords
1. Shutdown the MySQL Service.
2. Start mysqld with the option “—skip-grant-tables”
3. Set a new password using “shell> mysqladmin -u root password ‘mynewpassword’”
2. Start mysqld with the option “—skip-grant-tables”
3. Set a new password using “shell> mysqladmin -u root password ‘mynewpassword’”
Comments
Post a Comment