is not allowed to connect to this MySQL server解决办法
Posted lvlv岁月流逝
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了is not allowed to connect to this MySQL server解决办法相关的知识,希望对你有一定的参考价值。
GRANT ALL PRIVILEGES ON *.* TO ‘myuser‘@‘%‘ IDENTIFIED BY ‘mypassword‘ WITH GRANT OPTION;
myuser:代表你要使用的用户
mypassword:代表你的密码
以上是关于is not allowed to connect to this MySQL server解决办法的主要内容,如果未能解决你的问题,请参考以下文章