Skip to content

Instantly share code, notes, and snippets.

@anunay
Last active July 16, 2019 14:11
Show Gist options
  • Save anunay/8c39eff8e73bd7d4ee791bf2a8876a9d to your computer and use it in GitHub Desktop.
Save anunay/8c39eff8e73bd7d4ee791bf2a8876a9d to your computer and use it in GitHub Desktop.
MYSQL : Dump database with procedures, functions, views & triggers.
#Export database with all procedures, functions, views & triggers along with the table structures and their data.
mysqldump <other mysqldump options> --routines export.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment