Last active
November 7, 2024 14:05
-
-
Save anunay/8c39eff8e73bd7d4ee791bf2a8876a9d to your computer and use it in GitHub Desktop.
MYSQL : Dump database with procedures, functions, views & triggers.
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
#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