msgbartop
A cronological documentation test project, nothing serious, really!
msgbarbottom

02 Nov 09 Howto backup mysql stored functions and stored procedures

Posted by

This is how you can backup you MySQL database(s) and stored procedures

# mysqldump --routines <dbname>

Or you can backup only the stored procedures

# mysqldump --no-create-db --no-create-info --no-data --routines <dbname>

Tags: , , ,

Leave a Comment

You must be logged in to post a comment.