远程登陆mysql报错:ERROR 1130 (HY000): Host '10.0.0.8' is not allowed to connect to this MySQL serv
Posted ExzaiTin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了远程登陆mysql报错:ERROR 1130 (HY000): Host '10.0.0.8' is not allowed to connect to this MySQL serv相关的知识,希望对你有一定的参考价值。
问题原因:在数据库迁移到mysql主机后远程登陆mysql报错:
ERROR 1130 (HY000): Host \'10.0.0.8\' is not allowed to connect to this MySQL server
解决方法:切换到mysql主机进入mysq后刷新mysql数据库
mysql> FLUSH PRIVILEGES;
再次切换回后成功远程登陆成功:
感谢网友的解决办法:http://blog.csdn.net/bingjianit/article/details/54384299
以上是关于远程登陆mysql报错:ERROR 1130 (HY000): Host '10.0.0.8' is not allowed to connect to this MySQL serv的主要内容,如果未能解决你的问题,请参考以下文章
MySQL——远程连接非本地MySQL数据库服务器,报错ERROR 1130: Host 192.168.3.100 is not allowed to connect to this MySQL s
亲测可用通过Navicat for MySQL远程连接的时候报错mysql 1130的解决方法