![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: Perl MySQL backup - what's the best way?by bwelch (Curate) |
on Dec 13, 2007 at 16:25 UTC ( #656854=note: print w/replies, xml ) | Need Help?? |
The mysqldump tool can be used to create backups of entire databases. Call it with something like this:
mysqldump -h <host> -u <user> -p <db_name> > db_name.12.13.07.sql
In Section
Seekers of Perl Wisdom
|
|