mysql 下 user表
update user set authentication_string=password("root") where user="root";
flush privileges;
依次执行 即可修改
mysql 下 user表
update user set authentication_string=password("root") where user="root";
flush privileges;
依次执行 即可修改

被折叠的 条评论
为什么被折叠?