mysql 错误搜集 1. Error 1130 Host 'xxxxxx' is not allowed to connect to this MYSQL server 这种错误通常是没有权限,因为我是通过远程连接到数据库的 在服务端输入如下命令 grant all privileges on *.* to 'root@%' identified by '111111' with grant
mysql 错误搜集1. Error 1130 Host 'xxxxxx' is not allowed to connect to this MYSQL server
这种错误通常是没有权限,因为我是通过远程连接到数据库的
在服务端输入如下命令
grant all privileges on *.* to 'root@%' identified by '111111' with grant option; flush privileges;
?
2. Error 1145 Access denied for user 'root'@'network' (using password: YES)
这种错误是需要修改数据库密码
服务器端输入如下命令
set password for 'root@%' = password('111111');
flush privileges;
?
?
?
Copyright © 2019- vc-talk.com 版权所有
违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务