1.my.ini文件中,[mysqld]下面增加一行skip-grant-tables并保存. 2.重启mysql。 3.use mysql; 4.update user set password=password('新密码') WHERE User='root';