数据库
首页 > 数据库> > MySQL Got timeout reading communication packets

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

标签:max,communication,packets,packet,timeout,allowed,Got,reading
来源: https://www.cnblogs.com/wa502/p/14750447.html