/ Published in: SQL

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UPDATE mysql.user SET Password = PASSWORD('newpwd') WHERE USER = 'root'; FLUSH PRIVILEGES;
Comments
