Last active
November 16, 2017 16:11
-
-
Save anunay/767ac3bd9f5d65cbfdfdbb755904de98 to your computer and use it in GitHub Desktop.
Dump Functions, Procedures, Views & Triggers from MySQL
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
// 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