统计
  • 文章总数:76 篇
  • 评论总数:18 条
  • 分类总数:19 个
  • 最后更新:10月18日

Mysql错误日志:[Warning] IP address ‘xxxx‘ could not be resolved: Name or service not known

本文阅读 1 分钟
首页 运维 正文

mysql日志显示:
[Warning] IP address 'xxxx' could not be resolved: Name or service not known

解决办法:禁用dns反查即可,进入/etc 找到mysql的配置文件my.cnf(linux环境下)或者my.ini(windows环境下)进行编辑加入如下一行即可:

[mysqld]
skip-name-resolve
如若转载请注明出处:
-- 展开阅读全文 --
Linux常用命令
« 上一篇 04-24
查看局域网下的所有IP
下一篇 » 04-24

发表评论

发表评论