(1)Linux 下:
進入服務器路徑 /etc 找到 my.cnf 在裏面的 mysqld 段中
找到 max_allowed_packet = 大小
修改到適當大小並保存,而後從新啓動 mysql 服務器,便可。若是沒有這行就增長這行。
(2)Windows下:
進入到mysql安裝路徑下,找到 my.ini 文件,在[mysqld]部分(不在這部分沒用)添加一句:
set-variable=max_allowed_packet=大小。保存後從新起動mysql服務。
順便說一下:那個大小的設置在 linux 下能夠直接寫 10M、20000K之類的 可是在windows下就只能換算成byte.