Browsing the archives for the mysql tag

ERROR 1153: Got a packet bigger than ‘max_allowed_packet’ bytes

schnelle Lösung: mysql cli: set global max_allowed_packet=1000000000; set global net_buffer_length=1000000;

0 Comments