How can I make a complete backup of mysql database using mysqldump? When I am making a backup, my tables from specified database are only getting backed up. The procedures and functions are not.
Here's the backup command I am using :
(Operating system is Windows Vista.)
mysqldump -u username -p db1 > backup.sql