Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

77
votes
8answers
66k views

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 The dump is a mysqldump of a ...