/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mysql> UPDATE mysql.user SET Password = PASSWORD('foo.bar') WHERE User - 'root'; mysql> FLUSH PRIVILEGES; mysql> exit