输入如下命令即可解决: mysql -u root -p 密码use mysqlupdate user set host = ‘%’ where user = ‘root’;FLUSH PRIVILEGES;