Results 1 to 2 of 2
I have multiple databases that I would like to backup using the --all-databases option. Is there a way that I can output the backup to individual files that match the ...
- 03-26-2007 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 11
MySQL Backup question
I have multiple databases that I would like to backup using the --all-databases option. Is there a way that I can output the backup to individual files that match the source DB name?
Thanks,
Jason
- 03-26-2007 #2
I think it is something like
Code:mysqldump --databases dbname > dbname.backup


Reply With Quote