使用values 后接批量数据插入,因mysql 系统参数设置导致失败(数据量过大)。可通过临时修改系统参数来解决,对系统安全性无影响:
set global max_allowed_packet=1024*1024*16; show global variables like 'max_allowed_packet';