Skip to content

Instantly share code, notes, and snippets.

@SathyaBhat
Created January 25, 2017 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SathyaBhat/1910da0672e4128e1d0e9b368f4272da to your computer and use it in GitHub Desktop.
Save SathyaBhat/1910da0672e4128e1d0e9b368f4272da to your computer and use it in GitHub Desktop.
mysql download only stored procedures
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