- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
错误日志有类似警告:
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不反解成域名),这样可以加快数据库的反应时间。
售前咨询
售后咨询
备案咨询
二维码
TOP