标签:
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