MySQL 报错: “Host ‘xxx‘ is not allowed to connect to this MySQL server“
1.使用MySQL命令行工具登录到MySQL服务器上。使用mysql命令行工具以root用户或具有足够权限的用户身份登录。mysql-uroot-p输入密码后,选择mysql数据库。usemysql;查看当前的用户和权限设置selecthost,userfromuser;更新对应用户的权限,允许从任何主机连接。updateusersethost='%'whereuser='your_usernam