#1153 – Got a packet bigger than ‘max_allowed_packet’ bytes
edit /etc/my.cnf and add:
max_allowed_packet=16M
Restart MySQL
/et/init.d/mysql restart
my notes , some might cause damage to your system. Use at own risk!
#1153 – Got a packet bigger than ‘max_allowed_packet’ bytes
edit /etc/my.cnf and add:
max_allowed_packet=16M
Restart MySQL
/et/init.d/mysql restart