/ Published in: SQL
URL: http://www.bytechemist.com/2008/06/30/set-mysql-root-password/
To reset the MySQL root password, login to the mysql shell and run the following commands.
Expand |
Embed | Plain Text
SET PASSWORD FOR root@localhost=PASSWORD('RootPasswordHere'); FLUSH PRIVILEGES;
You need to login to post a comment.
