Re: MySQL dump truncating backups at ~18GB - RT database
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.
Subject
Views
Written By
Posted
1228
January 25, 2017 07:32AM
706
January 26, 2017 08:06AM
611
January 28, 2017 08:26AM
667
January 30, 2017 11:43AM
Re: MySQL dump truncating backups at ~18GB - RT database
717
January 30, 2017 12:03PM
718
January 30, 2017 12:23PM
635
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.