进入mysql 设置 max_allowed_packet
执行
set global max_allowed_packet = 2*1024*1024*10;
重启mysql服务
service mysqld restart;
进入mysql 设置 max_allowed_packet
执行
set global max_allowed_packet = 2*1024*1024*10;
重启mysql服务
service mysqld restart;