Skip to content

Instantly share code, notes, and snippets.

@BenSlabbert
Created January 3, 2019 12:51
Show Gist options
  • Save BenSlabbert/cb13bd50a761e2e8c87d40fba040c078 to your computer and use it in GitHub Desktop.
Save BenSlabbert/cb13bd50a761e2e8c87d40fba040c078 to your computer and use it in GitHub Desktop.
MySQL dump and ignore tables
mysqldump -C -K -h {{rds_url}} -P {{rds_port}} -u {{user_name}} -p {{schema}} --ignore-table={{schema.table_name}} | zip > dump.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment