赞
踩
进入MySQL
mysql -uroot -p
输入你的密码
UPDATE mysql.user SET Host='%' WHERE User='root';
FLUSH PRIVILEGES;