I use a cron script that does something like this:

mysqldump -all | zip mysqlbackup.zip ~

You can add a path so that the mysqlbackup.zip file is in your
public_html directory so you can download it, or you can use ftpbackup
to send it to another server if you want to. 

-Micah


On Mon, 2003-01-27 at 15:36, Chris Payne wrote:
> Hi there everyone,
> 
> I have way too many databases to backup manually or with PHPMyADMIN, how, using PHP 
>with MySQL could I backup multiple databases easily?
> 
> Any examples would be really appreciated :-)
> 
> Thank you.
> 
> Regards
> 
> Chris


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to