Home  >  Article  >  Database  >  远程客户端连接MysqL数据库太慢解决方案_MySQL

远程客户端连接MysqL数据库太慢解决方案_MySQL

WBOY
WBOYOriginal
2016-06-01 13:38:561041browse

bitsCN.com


远程客户端连接MysqL数据库太慢解决方案

 

局域网客户端访问mysql 连接慢问题解决。

 

cd /etc/mysql 

vi my.conf 

[mysqld] 

skip-name-resolve 

此选项禁用了DNS解析,连接速度会快很多。

 

不过,这样的话就不能在MySQL的授权表中使用

主机名了而只能用ip格式。

 

bitsCN.com
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn