Skip to content

Instantly share code, notes, and snippets.

@rhemz
Created February 27, 2017 16:20
Show Gist options
  • Save rhemz/948b91697c888010f3b570e7289e5d61 to your computer and use it in GitHub Desktop.
Save rhemz/948b91697c888010f3b570e7289e5d61 to your computer and use it in GitHub Desktop.
mysql dumps
mysqldump --set-gtid-purged=OFF --no-create-info --skip-triggers -S /data/database/data/mysql.sock -u USERNAME -p DBNAME TABLE1 TABLE2 TABLE3 > outputfile.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment