/ Published in: SQL
Only works if you have the mysql-root password
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UPDATE USER SET password=PASSWORD('mynewpassword') WHERE USER='root'; FLUSH privileges;