host 'xxx.xxx.xxx.xxx' is not allowed to connect to this mysql server 远程服务器数据库 本地无法连接

  1. 在装有MySQL的机器上登录MySQL mysql -u root -p密码
  2. 执行use mysql;
  3. 执行update user set host = ‘%‘ where user = ‘root‘;这一句执行完可能会报错,不用管它。
  4. 执行FLUSH PRIVILEGES;

    经过上面4步,就可以解决这个问题了。

host 'xxx.xxx.xxx.xxx' is not allowed to connect to this mysql server 远程服务器数据库 本地无法连接

上一篇:查看有无安装某软件Linux


下一篇:SQL 语句大全(简化版)