Tried importing today an exported sql from a client and I got this nice error
Got a packet bigger than 'max_allowed_packet' bytes
It's easily fixable by editing the "my.cnf" file and adding the "max_allowed_packet" option
[mysqld]
max_allowed_packet=10M
Restart mysql and you're good to go.
Got a packet bigger than 'max_allowed_packet' bytes
Submitted by CoolGoose on
Add new comment