mysql 出现Host 'localhost' is not allowed to connect to this MySQL server 错误。
Posted JAVA之家TY
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 出现Host 'localhost' is not allowed to connect to this MySQL server 错误。相关的知识,希望对你有一定的参考价值。
mysql 出现Host ‘localhost‘ is not allowed to connect to this MySQL server 错误。
解决办法:
C:Program FilesMySQLMySQL Server 5.5my.ini 自己的安装目录
在[mysqld]下加下面两行,
skip-name-resolve
skip-grant-tables
重启mysql的windows服务
以上是关于mysql 出现Host 'localhost' is not allowed to connect to this MySQL server 错误。的主要内容,如果未能解决你的问题,请参考以下文章