Skip to content

Instantly share code, notes, and snippets.

@anunay
Last active November 16, 2017 16:11
Show Gist options
  • Save anunay/767ac3bd9f5d65cbfdfdbb755904de98 to your computer and use it in GitHub Desktop.
Save anunay/767ac3bd9f5d65cbfdfdbb755904de98 to your computer and use it in GitHub Desktop.
Dump Functions, Procedures, Views & Triggers from MySQL
// you should run this commend once you are logged into the server
mysqldump --routines --no-create-info --no-data --no-create-db --skip-opt <database> > export.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment