Recently i got an error while importing my data into a new mysql database, this is the complete stacktrace
[Err] 1153 - Got a packet bigger than 'max_allowed_packet' bytes
The problem is gone after i run these command on my mysql console,
set global net_buffer_length=1000000; set global max_allowed_packet=1000000000;
(*) (*)