您好,欢迎来到汇智旅游网。
搜索
您的当前位置:首页ERROR 1130: Host '192.168.1.3' is not allowed to connect to this MySQL server

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

来源:汇智旅游网

 1、帐号不许远程登录

只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,从"localhost"改称"%"

mysql -u root -p
mysql>use mysql;
mysql>update user set host = '%' where user = 'root';
mysql>select host, user from user;


 

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- hzar.cn 版权所有 赣ICP备2024042791号-5

违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务