schnelle Lösung:
mysql cli:
set global max_allowed_packet=1000000000;
set global net_buffer_length=1000000;
ERROR 1153: Got a packet bigger than ‘max_allowed_packet’ bytes
Juli 3, 2009 | Keine Kommentare
Juli 3, 2009 | Keine Kommentare
schnelle Lösung:
mysql cli:
set global max_allowed_packet=1000000000;
set global net_buffer_length=1000000;