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

is not allowed to connect to this MySQL server解决办法

时间:2016-06-24 08:06:33      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:

GRANT ALL PRIVILEGES ON *.* TO ‘myuser‘@‘%‘ IDENTIFIED BY ‘mypassword‘ WITH GRANT OPTION;
myuser:代表你要使用的用户
mypassword:代表你的密码

is not allowed to connect to this MySQL server解决办法

标签:

原文地址:http://www.cnblogs.com/lvlv/p/5612948.html

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