/ Published in: SQL

Only works if you have the mysql-root password
Expand |
Embed | Plain Text
UPDATE user SET password=PASSWORD('mynewpassword') WHERE user='root'; FLUSH privileges;
You need to login to post a comment.
Only works if you have the mysql-root password
UPDATE user SET password=PASSWORD('mynewpassword') WHERE user='root'; FLUSH privileges;
You need to login to post a comment.