
09-26-2007, 06:07 AM
|
| D-Web Programmer | | Join Date: Mar 2007
Posts: 85
| |
Re: mysql database dump tips and tricks Hi,
To take the backup of all the database, we can use the following command, Example: mysqldump -u root --routines --extended-insert --all-databases > /home/backup/mysql_dump.sql
Regards,
S.Ashokkumar |