Skip to content

Instantly share code, notes, and snippets.

@daniDLL
Created March 23, 2018 10:20
Show Gist options
  • Save daniDLL/a421ef50cce2d5549612632dafc0df5c to your computer and use it in GitHub Desktop.
Save daniDLL/a421ef50cce2d5549612632dafc0df5c to your computer and use it in GitHub Desktop.
Dumping
mysqldump -u root -h localhost database --single-transaction | gzip > /tmp/database.dump.sql.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment