1:Packet for query is too large (3755768 > 1048576). You can change this value on the server by setting the max_allowed_packet‘ variable.
查询包太大(3755768 > 1048576)。您可以通过设置max_allowed_packet变量来更改服务器上的这个值。
解决方案:set global max_allowed_packet = 100*1024*1024
show variables like ‘%max_allowed_packate%‘
原文:https://www.cnblogs.com/bulrush/p/8794616.html