Created
January 25, 2017 07:15
-
-
Save SathyaBhat/1910da0672e4128e1d0e9b368f4272da to your computer and use it in GitHub Desktop.
mysql download only stored procedures
This file contains 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 -n -t -d -R -u <username> -p -h <host name> <database> stored_procs.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment