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 serverroot 无法通过navicat 远程以root登录
虚机授予权限并刷新
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%';
FLUSH PRIVILEGES;
页:
[1]