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.


Var dette svaret til hjelp? 0 brukere syntes dette svaret var til hjelp (1 Stemmer)