Re: [PHP] MySQL Dump In PHP

2001-06-22 Thread Aral Balkan
I use the mysqldump command line utility to do this and I don't know how to interface that from PHP. However: I just checked how phpMyAdmin does it and apparently it has functions that re-create the dump using queries. You might want to download it (http://www.phpwizard.net/projects/phpMyAdmin/)

RE: [PHP] MySQL Dump In PHP

2001-06-22 Thread Chadwick, Russell
sage-From: Chris Anderson [mailto:[EMAIL PROTECTED]]Sent: Friday, June 22, 2001 1:16 AMTo: [EMAIL PROTECTED]Subject: [PHP] MySQL Dump In PHP I've been reading through the MySQL manual about backing up my database using mysql dump. I tried passing it as a Query in PHP but that do

[PHP] MySQL Dump In PHP

2001-06-22 Thread Chris Anderson
I've been reading through the MySQL manual about backing up my database using mysql dump. I tried passing it as a Query in PHP but that doesn't seem to work. Does anyone know how to do this? Also does the dump back up the files into a directory I specify? I am on a virtual host and need to c