show VARIABLES like '%max_allowed_packet%';
如果显示1MB,则要扩大包的大小。
可以编辑my.cnf来修改(windows下my.ini),在[mysqld]段或者mysql的server配置段进行修改。
max_allowed_packet = 20M