码迷,mamicode.com
首页 > 其他好文 > 详细

msyql无法远程登录

时间:2014-07-19 22:38:47      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   for   re   

error1:

ERROR 1045 (28000): Access denied for user ‘root‘@‘xyt.local‘ (using password: YES)

grant all on mysql.* to root@192.168.11.172 identified by 1111

 

error2:

Host ‘ubuntu.local‘ is not allowed to connect to this MySQL server

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

msyql无法远程登录,布布扣,bubuko.com

msyql无法远程登录

标签:style   blog   color   os   for   re   

原文地址:http://www.cnblogs.com/canbefree/p/3855247.html

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