远程连接MySQL出现1130错误
# 使用 mysql 这个库 use mysql; # 允许任何ip链接 update user set host = '%' where user ='root'; # 刷新权限 flush privileges;
完成以上后重启mysql服务就好了