码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2016-11-05 09:47:25      阅读:341      评论:0      收藏:0      [点我收藏+]

标签:server   error   

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

标签:server   error   

原文地址:http://433266.blog.51cto.com/423266/1869688

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!