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