码迷,mamicode.com
首页 > 数据库 > 详细

远程连接MySQL提示“Host is not allowed to connected to this MySQL server”

时间:2019-08-26 15:14:52      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:connect   ide   mys   his   需要   span   word   grant   ted   

如果你想连接你的mysql的时候发生这个错误:

ERROR 1130: Host 192.168.1.3 is not allowed to connect to this MySQL server

这个时候需要授权:

GRANT ALL PRIVILEGES ON *.* TO root@192.168.1.3 IDENTIFIED BY mypassword WITH GRANT OPTION;
flush privileges;

就可以了。

远程连接MySQL提示“Host is not allowed to connected to this MySQL server”

标签:connect   ide   mys   his   需要   span   word   grant   ted   

原文地址:https://www.cnblogs.com/LoganChen/p/11412207.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!