原因是插入的单条数据过大,可以通过设置最大值解决:set global net_buffer_length=1000000; set global max_allowed_packet=1000000000;