use mysql;
update user set authentication_string=password('xxxxxx') where user="root";
flush privileges;
use mysql;
update user set authentication_string=password('xxxxxx') where user="root";
flush privileges;
本文标题:MySQL 5.7- 修改用户密码
本文链接:https://www.haomeiwen.com/subject/xbxthqtx.html
网友评论