mysql远程连接很慢或出现Lost connection to Mysql server at 'waiting for initial communication packetr的解决法
mysql远程连接很慢或出现Lost connection to Mysql server at 'waiting for initial communication packetr,解决方法在my.cnf中(一般位置在/etc/my.cnf)在[mysqld]下面加一行skip-name-resolve然后重启mysql具体命令如下vi /etc/my.cnf(进入vi编辑这...
·
mysql远程连接很慢或出现Lost connection to Mysql server at 'waiting for initial communication packetr,
解决方法
在my.cnf中(一般位置在/etc/my.cnf)
在
[mysqld]下面加一行
skip-name-resolve
然后重启mysql
具体命令如下
vi /etc/my.cnf (进入vi编辑这文件
光标移到[mysqld]后
按insert键切换成插入模式
然后回车
然后输入 skip-name-resolve
按ctrl键+C键回到vi的命令模式
然后输
:w 回车
再输
:quit 回车
然后重启mysql
service mysqld restart (centos6时)
systemctl restart mysqld (centos7时)
更多推荐


所有评论(0)