Skip to content

Instantly share code, notes, and snippets.

@harleyholt
Created October 14, 2011 21:20
Show Gist options
  • Save harleyholt/1288385 to your computer and use it in GitHub Desktop.
Save harleyholt/1288385 to your computer and use it in GitHub Desktop.
MySQL Dump Specific Tables and Stored Procs
mysqldump <database-name> [<table1> ... <tableN>] --routines > output.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment