One thought on “#1153 – Got a packet bigger than ‘max_allowed_packet’ bytes

  • May 29, 2014 at 11:41 am
    Permalink

    So, open a terminal, type mysql to get a mysql prompt, and issue these commands:

    set global net_buffer_length=1000000;
    set global max_allowed_packet=1000000000;
    Keep the mysql prompt open, and run your command-line SQL execution on a second terminal..

Leave a Reply