MySQL Forums
Forum List  »  Backup

Re: MySQL dump truncating backups at ~18GB - RT database
Posted by: Stephen Cena
Date: January 30, 2017 12:50PM

Your suggestion worked. I needed to modify it slightly. It looks like the max_allowed_packet setting in the my.cnf/my.ini ISN'T carrying over to the backup account/activity.

To get it to successfully backup, I am using the following command line parameters:

-u USER -h HOST --max_allowed_packet=512M --single_transaction --extended_insert=FALSE > outputfile.sql

Just ran it & I've got my first full backup in weeks. Thank you!!!

Options: ReplyQuote


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


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.