Forked from insytes/mysqldump-ignore-multiple-tables
Created
December 29, 2018 14:12
-
-
Save Cannonb4ll/4434d887e3083f8d0530f13690ea6e38 to your computer and use it in GitHub Desktop.
mysqldump ignore multiple tables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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