212121 发表于 2016-11-7 13:24:58

ERROR 1130 (HY000): 192.168.111.1'' is not allowed to connect to this MySQL s...

ERROR 1130 (HY000): 192.168.111.1'' is not allowed to connect to this MySQL server
root 无法通过navicat 远程以root登录


虚机授予权限并刷新


GRANT ALL PRIVILEGES ON *.* TO 'root'@'%';
FLUSH PRIVILEGES;


页: [1]
查看完整版本: ERROR 1130 (HY000): 192.168.111.1'' is not allowed to connect to this MySQL s...