问答 2016-04-22 来自:开发者社区

Host 'xxx.xxx.xxx.xxx' is not allowed to connect to this MySQL server

我的云服务器因过期续期,所以被删走了,ip 亦没有了,现在找回旧的数据备份,但导入阿里云另一个云服务器,用它的ip,但问题仍然存在,网站仍不能访问,因网站已停了数个月,急需修复令网站重现,请大家帮帮忙,谢谢!登入网站只见 “Host 'xxx.xxx.xxx.xxx' is not allowed to connect to this MySQL server'xxx.xxx.xxx.xxx' ....

文章 2015-05-30 来自:开发者社区

Host is not allowed to connect to this MySQL server 错误的处理方法

1. mysql>use mysql; mysql>update user set host = '%' where user = 'root'; mysql>select host, user from user; 2.  mysql>GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'mypassw...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。