windows中Navicat连接centos中的mysql报:1130-Host '192.168.xxx.1' is not allowed to connect to this MySQL解决方法

解决方法:

在centos中登录mysql输入下面指令: 

1 grant all PRIVILEGES on *.* to 'root'@'192.168.237.1' identified by '123456' WITH GRANT OPTION;

 

posted @ 2017-08-25 11:11  QinXiao.Shou  阅读(204)  评论(0编辑  收藏  举报