use mysql
UPDATE user SET password=PASSWORD(‘root‘) WHERE user=‘root‘;
exit
MySQL修改密码,管理员cmd修改。
原文:https://www.cnblogs.com/shycnblogs/p/14291338.html