Showing posts with label routines. Show all posts
Showing posts with label routines. Show all posts

Friday, April 3, 2009

Backup Stored Procedures Only

If you want to backup Stored Procedures only, use the following command:

mysqldump -uusername -p -hhostname DBname --routines --no-create-info --no-data > DBName_SP.sql