Mysql----修改MySQL5.7的root的密码

在开始服务的情况之下

进入mysql  更改密码:update mysql.user set authentication_string=password('新的密码') where  user='root' and Host = 'localhost';
mysql> flush privileges;
mysql> quit;关闭
重启

 

posted on 2017-03-27 15:56  Honey_Badger  阅读(302)  评论(0编辑  收藏  举报

导航

github