mysql 配置 文件 设置 优化 调优 解决 问题 方法 my.cnf my.ini 注释Host is not allowed to connect to this

Posted William Shaw技术博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 配置 文件 设置 优化 调优 解决 问题 方法 my.cnf my.ini 注释Host is not allowed to connect to this相关的知识,希望对你有一定的参考价值。

mysql配置文件在Windows下叫my.ini,在MySQL的安装根目录下;

在Linux下叫my.cnf,该文件位于/etc/my.cnf。

Host ‘127.0.0.1‘ is not allowed to connect to this MySQL server

一般原因: MySQL数据库的配置文件my.ini中设置了参数: skip-name-resolve
      从而导致使用“localhost”不能连接到数据库。

解决方法: 注释掉: #skip-name-resolve

注释掉对数据库的设置略有影响,有时候会导致连接数据库慢。

 

以上是关于mysql 配置 文件 设置 优化 调优 解决 问题 方法 my.cnf my.ini 注释Host is not allowed to connect to this的主要内容,如果未能解决你的问题,请参考以下文章

mysql 参数调优(2)之设置重做日志文件的大小 innodb_log_file_size

MySQL 性能调优——SQL 优化

MYSQL数据库的设计与调优

面试-MySQL篇:数据库调优

Day815.数据库参数设置优化 -Java 性能调优实战

MySQL性能调优