Skip to content

Instantly share code, notes, and snippets.

@insytes
Created December 14, 2016 01:30
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save insytes/e4ef2c49af260d8ad92c5d0c2af46e84 to your computer and use it in GitHub Desktop.
Save insytes/e4ef2c49af260d8ad92c5d0c2af46e84 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
@stawiu
Copy link

stawiu commented Oct 10, 2017

<3

@rashthedude
Copy link

👍

@nparthiban
Copy link

Good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment