Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cannonb4ll/4434d887e3083f8d0530f13690ea6e38 to your computer and use it in GitHub Desktop.
Save Cannonb4ll/4434d887e3083f8d0530f13690ea6e38 to your computer and use it in GitHub Desktop.
mysqldump ignore multiple tables
mysqldump -u root -p database --ignore-table=database.table1 --ignore-table=database.table2 > dump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment