is not allowed to connect to this MySQL server解决办法
时间:2016-06-24 08:06:04
收藏:0
阅读:224
GRANT ALL PRIVILEGES ON *.* TO ‘myuser‘@‘%‘ IDENTIFIED BY ‘mypassword‘ WITH GRANT OPTION;
myuser:代表你要使用的用户
mypassword:代表你的密码
原文:http://www.cnblogs.com/lvlv/p/5612948.html
评论(0)