咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

MySQL反解析出现could not be resolved: Name or service not known解决办法

2018-08-13 14:14:35 8183次

错误日志有类似警告:

120119 16:26:04 [Warning] IP address '192.168.1.10' could not be resolved: Name or service not known
120119 16:26:04 [Warning] IP address '192.168.1.14' could not be resolved: Name or service not known
120119 16:26:04 [Warning] IP address '192.168.1.17' could not be resolved: Name or service not known

通过show processlist发现大量类似如下的连接:

|592|unauthenticated user|192.168.1.10:35320|NULL|Connect| |login|NULL|
|593|unauthenticated user|192.168.1.14:35321|NULL|Connect| |login|NULL|
|594|unauthenticated user|192.168.1.17:35322|NULL|Connect| |login|NULL|

修改配置文件添加并需要重启:

[mysqld] 
skip-name-resolve

skip-name-resolve 参数的作用:不再进行反解析(ip不反解成域名),这样可以加快数据库的反应时间。


首页
最新活动
个人中心