mysql不被允许远程访问
Posted 花雨伞
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql不被允许远程访问相关的知识,希望对你有一定的参考价值。
在本地练习时想连接远程mysql服务器,结果报错:host [hostname] are not allowed to connect to the MYSQL SERVER 无权限问题
在网上查了一下解决方法:
登录远程服务器,进入mysql服务器执行:grant all PRIVILEGES on segment.* to [email protected]‘183.233.196.74‘ identified by ‘root‘;
其中:183.233.196.74 是你本地的IP 然后就可以了 大喊一声 NICE!
以上是关于mysql不被允许远程访问的主要内容,如果未能解决你的问题,请参考以下文章