当前位置:Gxlcms >
mysql >
Host'127.0.0.1'isnotallowedtoconnecttothisMySQLserver
Host'127.0.0.1'isnotallowedtoconnecttothisMySQLserver
时间:2021-07-01 10:21:17
帮助过:27人阅读
错误:Host '127.0.0.1' is not allowed to connect to this MySQL server
一般原因: MySQL数据库的配置文件my.ini中设置了参数: skip-name-resolve
从而导致使用“localhost”不能连接到数据库。
解决方法: 注释掉: #skip-name-resolve
注释掉对数据库的设置略有影响,但影响不大。
以上就是Host '127.0.0.1' is not allowed to connect to this MySQL server的详细内容,更多请关注Gxl网其它相关文章!