首页 > 数据库技术 > 详细

sql 1130 is not allowed to connect to this MySQL

时间:2014-08-13 01:25:25      阅读:877      评论:0      收藏:0      [点我收藏+]

例如,你想root使用123456从任何主机连接到mysql数据库的话。

mysql> GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘123456‘ WITH GRANT OPTION;

Query OK, 0 rows affected (0.00 sec)


mysql> FLUSH PRIVILEGES;

Query OK, 0 rows affected (0.03 sec)




sql 1130 is not allowed to connect to this MySQL,布布扣,bubuko.com

sql 1130 is not allowed to connect to this MySQL

原文:http://my.oschina.net/fusxian/blog/300536

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!