sql 1130 is not allowed to connect to this MySQL

时间:2014-08-13 01:25:25   收藏:0   阅读:453

例如,你想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

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!