root 无法通过navicat 远程以root登录
虚机授予权限并刷新
GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘;
FLUSH PRIVILEGES;
本文出自 “于昊(Pcdog)的博客” 博客,请务必保留此出处http://433266.blog.51cto.com/423266/1869688
ERROR 1130 (HY000): 192.168.111.1'' is not allowed to connect to this MySQL server
原文地址:http://433266.blog.51cto.com/423266/1869688