Difference between revisions of "Preventing database hanging when using mysqldump"

From MyWiki
Jump to: navigation, search
(Created page with "To dump large tables, you should combine the --single-transaction option with --quick.")
 
(No difference)

Latest revision as of 15:33, 2 September 2015

To dump large tables, you should combine the --single-transaction option with --quick.