Steps to increase the packet size:

In default, you would have max_allowed_packet = 16MB. To further increase the packet size,
 
mysql --max_allowed_packet = 32M
The above code sets the value of the packet to be 32M.


Was this answer helpful? 0 Users Found This Useful (1 Votes)