User Tools

Site Tools


mysql:change_passwords

This is an old revision of the document!


MySQL - Change passwords

Change root password

mysql> use mysql;
mysql> update user set password=password("new-password") where user = "root";
mysql> flush privileges;
mysql/change_passwords.1476399690.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki