在mysql的my.ini文件增加以下代码
max_allowed_packet=64M
然后重启mysql服务
windows系统下:
net stop mysql net start mysql
Windows不能直接重启mysql
linux
service restart mysql