Skip to content

Instantly share code, notes, and snippets.

@caseyw
Created February 17, 2014 19:17
Show Gist options
  • Save caseyw/9057085 to your computer and use it in GitHub Desktop.
Save caseyw/9057085 to your computer and use it in GitHub Desktop.
Dump InnoDB database in a single transaction
mysqldump --single-transaction -uUSERNAME -p DBNAME > dump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment