mysql5.7.20更改root密码

my.cnf

中在[mysqld]下面增加

skip-grant-tables

使用空密码登录数据库执行下面命令

update mysql.user set authentication_string=PASSWORD('newpassword') where User='root'; 

posted on 2017-12-20 19:38  net2817  阅读(529)  评论(0编辑  收藏  举报

导航