/ Published in: SQL
Expand |
Embed | Plain Text
UPDATE mysql.user SET Password = PASSWORD('newpwd') WHERE User = 'root'; FLUSH PRIVILEGES;
You need to login to post a comment.
UPDATE mysql.user SET Password = PASSWORD('newpwd') WHERE User = 'root'; FLUSH PRIVILEGES;
You need to login to post a comment.