http://qs321.pair.com?node_id=656854


in reply to Perl MySQL backup - what's the best way?

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