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
1933
January 25, 2017 07:32AM
932
January 26, 2017 08:06AM
812
January 28, 2017 08:26AM
921
January 30, 2017 11:43AM
Re: MySQL dump truncating backups at ~18GB - RT database
955
January 30, 2017 12:03PM
1006
January 30, 2017 12:23PM
906
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.