主要表现为连接慢,执行语句时慢(sql查询时间其实很快的)
背景:mysql5.7.30,centos7.6
解决办法:
# 查找mysql配置文件
find /etc/ -name my.*
# 确认有效的配置文件,追加配置
skip-name-resolve
重启mysql
主要表现为连接慢,执行语句时慢(sql查询时间其实很快的)
背景:mysql5.7.30,centos7.6
解决办法:
# 查找mysql配置文件
find /etc/ -name my.*
# 确认有效的配置文件,追加配置
skip-name-resolve
重启mysql
本文标题:datagrip和navicat远程连接mysql访问慢
本文链接:https://www.haomeiwen.com/subject/asbvoktx.html
网友评论