首页 > 数据库技术 > 详细

报错:1130-host ... is not allowed to connect to this MySql server 开放mysql远程连接 不使用localhost

时间:2018-05-11 12:29:56      阅读:175      评论:0      收藏:0      [点我收藏+]

报错:1130-host ... is not allowed to connect to this MySql server

解决方法:

可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,从"localhost"改称"%"

技术分享图片   技术分享图片   技术分享图片

重启mysql或者服务器

 

报错:1130-host ... is not allowed to connect to this MySql server 开放mysql远程连接 不使用localhost

原文:https://www.cnblogs.com/php-qiuwei/p/9023502.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!