给账号开权限 进入到mysql表 update user set host = '%' where user = 'root'; (使mysql root用户可以连接上任意的ip地址) FLUSH PRIVILEGES