All Things Techie With Huge, Unstructured, Intuitive Leaps

Using mysqldump To Back Up Routines, Stored Procedures, Triggers, Functions etc



I had to answer this question again, so I will post it here.  If you want mysqldump to save routines, stored procedures, triggers and functions, here is the command:

mysqldump -uroot -p<password> --routines <name_of_database> > c:\<filename>.sql

No comments:

Post a Comment