Created
October 14, 2011 21:20
-
-
Save harleyholt/1288385 to your computer and use it in GitHub Desktop.
MySQL Dump Specific Tables and Stored Procs
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 <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