输入root、密码进行登录。
mysql -uroot -p
use mysql
update user set Host='%' where User='root';
flush privileges;