Linux centos8 关闭MySQL主机查询dns【详细操作教程】 2020-10-28 21:30:51 爱分享 取消关注 关注 私信 今天爱分享给大家带来centos8 关闭MySQL主机查询dns【详细操作教程】,希望能够帮助到大家。 MySQL会反向解析远程连接地址的dns记录,如果MySQL主机无法连接外网,则dns可能无法解析成功,导致第一次连接MySQL速度很慢,所以在配置中可以关闭该功能。 打开/etc/my.cnf文件,添加以下配置: [mysqld] skip-name-resolve 之后需要重启mysql sudo systemctl restart mysqld 相关推荐: centos8 安装mysql 教程【详细】 Caused by: java.lang.ClassNotFoundException: Cannot find class: Payment【解决办法】 centos8 如何将tomcat设置服务运行【详细教程】 Ubuntu16.04环境 服务器安装docker【详细教程】 Linux Ubuntu PostgreSQL安装最新详细教程 Job for radiusd.service failed because the control process exited with error【问题解决】 赞赏 人已赞赏 CentOS8