MySQL Got timeout reading communication packets

2021/5/10 19:29:46

本文主要是介绍MySQL Got timeout reading communication packets,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

错误:Aborted connection 12091 to db: 

错误:(Got timeout reading communication packets)【翻译:读取通讯数据包超时(未及时释放导致)】

 

解决方法:在配置文件my.ini 中 [mysqld]下面加入:
max_allowed_packet=1073741824
slave_max_allowed_packet=1073741824



这篇关于MySQL Got timeout reading communication packets的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程