Skip to content

Instantly share code, notes, and snippets.

@nikkanetiya
Created September 7, 2018 05:43
Show Gist options
  • Save nikkanetiya/f0f65a1cf87d47dae94a07f4e9619ecf to your computer and use it in GitHub Desktop.
Save nikkanetiya/f0f65a1cf87d47dae94a07f4e9619ecf to your computer and use it in GitHub Desktop.
MySql Ignore multiple Table from Dump
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