Re: [PHP] getting mysql dump using php

2002-11-24 Thread @ Edwin
Hello, ...seems like Rich is not available yet so let me try :) "See Kok Boon" <[EMAIL PROTECTED]> wrote: > hi Rich, > > yes think i need more info to the "mysqldump utility". i suppose you mean > there is in fact this utility? Well, most probably you'll be able to find it inside your mysql/bin

RE: [PHP] getting mysql dump using php

2002-11-23 Thread Morgan Hughes
On Sun, 24 Nov 2002, Rich Gray wrote: > Answer is No. 2) > Use cron to run the mysqldump utility instead of a php script. > Let me know if you need more info. I use this one with crontab, it works pretty well, if your email program can handle uuencode: #!/bin/sh # File: db_backup.sh # D

RE: [PHP] getting mysql dump using php

2002-11-23 Thread Rich Gray
Answer is No. 2) Use cron to run the mysqldump utility instead of a php script. Let me know if you need more info. Cheers Rich -Original Message- From: See Kok Boon [mailto:[EMAIL PROTECTED]] Sent: 23 November 2002 07:35 To: PHP Subject: [PHP] getting mysql dump using php hi, can anyo