MySQL Error 1153 – Got a packet bigger than ‘max_allowed_packet’ bytes I’m importing a MySQL dump and getting the following error. $ mysql foo < foo.sql ERROR 1153 (08S01) at line 96: Got a packet bigger than 'max_allowed_packet' bytes Apparently... May 4, 2022 0 Comments