[PHP] Backup Database

2003-09-02 Thread Shaun
Hi, Is there a facility out there that I can use to automatically backup my database to my local machine every night using PHP and MySQL? Thanks for your help -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Backup Database

2003-09-02 Thread Viraj Kalinga Abayarathna
you can write a PHP script to backup the DB to a SQL file and run that script using crond at scheduled time or periodiacally as you define in cron regards viraj Shaun wrote: Hi, Is there a facility out there that I can use to automatically backup my database to my local machine every

RE: [PHP] Backup Database

2003-09-02 Thread James Lobley
-Original Message- From: Shaun [mailto:[EMAIL PROTECTED] Sent: 02 September 2003 15:18 To: [EMAIL PROTECTED] Subject: [PHP] Backup Database Hi, Is there a facility out there that I can use to automatically backup my database to my local machine every night using PHP and MySQL? Thanks for your help

Re: [PHP] Backup Database

2003-09-02 Thread Dan Anderson
Do some googling. I keep seeing this on the listserv and there has to be a free/opensource one out there somewhere. -Dan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php