MySQL Forums
Forum List  »  Backup

Re: MySQL dump truncating backups at ~18GB - RT database
Posted by: Peter Brawley
Date: January 30, 2017 12:03PM

Max max_allowed_packet_size setting is 1G ie 1024MB (https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_allowed_packet).

You may need a dump param of extended-insert=false for that table.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL dump truncating backups at ~18GB - RT database
820
January 30, 2017 12:03PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.