MySQL:reading initial communication packet问题解决方法之一_MySQL
程序员文章站
2022-03-16 23:16:54
...
bitsCN.com
解决方法之一:
网站访问出现如题错误,经过检查my.cnf,发现innodb_buffer_pool_size = 2048M 设置过大,调整为innodb_buffer_pool_size = 1024M即可,网上也有该问题的其他解决方法,但都不能解决我的问题。
Lost connection to MySQL server at 'reading initial communication packet' 错误解决
上次解决了这个问题,今天又碰到,突然失忆,又做了一番无用功后终于搞定,这次一定要记录下来,免得下次又浪费时间
1、修改mysql配置文件
vi /etc/my.cnf
[mysqld]段加skip-name-resolve
在这个之前要把mysql的远程访问权限打开,或者再加skip-grant-table(不推荐)
2、修改hosts.allow
vi /etc/hosts.allow
加mysqld : ALL : ALLOW
mysqld-max : ALL :ALLOWbitsCN.com
网站访问出现如题错误,经过检查my.cnf,发现innodb_buffer_pool_size = 2048M 设置过大,调整为innodb_buffer_pool_size = 1024M即可,网上也有该问题的其他解决方法,但都不能解决我的问题。
Lost connection to MySQL server at 'reading initial communication packet' 错误解决
上次解决了这个问题,今天又碰到,突然失忆,又做了一番无用功后终于搞定,这次一定要记录下来,免得下次又浪费时间
1、修改mysql配置文件
vi /etc/my.cnf
[mysqld]段加skip-name-resolve
在这个之前要把mysql的远程访问权限打开,或者再加skip-grant-table(不推荐)
2、修改hosts.allow
vi /etc/hosts.allow
加mysqld : ALL : ALLOW
mysqld-max : ALL :ALLOWbitsCN.com
下一篇: mysql 数据库基础笔记
推荐阅读
-
mysql提示got timeout reading communication packets的解决方法
-
MySQL错误日志显示(Got an error reading communication packets)的问题
-
解决lost connection to mysql server at reading initial communication packet
-
解决lost connection to mysql server at reading initial communication packet
-
MySQL Packet for query is too large 问题及解决方法
-
mysql reading initial communication packet 解决方法
-
MySQL:reading initial communication packet问题解决方法之一
-
mysql错误MySQL:reading initial communication packet
-
MySQL错误日志显示(Got an error reading communication packets)的问题
-
mysql错误MySQL:reading initial communication packet