June
15
mysqldump: Error 2020: Got packet bigger than ‘max_allowed_packet’ bytes when dumping table
mysqldump: Error 2020: Got packet bigger than ‘max_allowed_packet’ bytes when dumping table:
need to add --max_allowed_packet
option to command:
mysqldump --max_allowed_packet=512M some_db >> /root/some_db.sql