[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 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

-- 
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 James Lobley
Hi Shaun,

DevShed's last weekly newsletter had the following:

Daily Scheduled Backup of MYSQL Databases - Looking for a free tool or
utility to handle scheduled MySQL backups. 
http://forums.devshed.com/t74513/s.html

Haven't tried any of the solutions yet, but will be soon!

James

-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

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


This email is only intended for the person(s) to whom it is addressed and
may contain confidential information.  Unless stated to the contrary, any
opinions or comments are personal to the writer and do not represent the
official view of the company.  If you have received this e-mail in error,
please notify us immediately by reply e-mail and then delete this message
from your system.  Please do not copy it or use if for any purposes, or
disclose its contents to any other person.

We make every effort to keep our network free from viruses. You should 
independently check this e-mail and any attachments for viruses, as we 
can take no responsibility for any computer viruses that might be 
transferred by way of this e-mail. 

-- 
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 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