1.packet for query is too large 1024 >. you can change this value on the server
mysql max_allowed_packet 设置过小导致记录写入失败
修改windows下my.ini文件,在[mysqld]段或者mysql的server配置段进行修改
max_allowed_packet=20M
此方法需要重启mysql才行。
重启Mysql的方法:
(1)点击计算机,右键管理。
(2)选择Mysql