On Wed, 2003-12-03 at 15:13, Jay Blanchard wrote:
> [snip]
> Are there any query equivalencies to mysqldump? I am looking for a way
> to get a complete database dump via php and I don't have access to the
> system CLI to run mysql dump.
> [/snip]
> 
> Run mysqldupmp in a php file using exec...see
> 
> http://www.php.net/exec
> http://www.mysql.com/mysqldump
> 
> looks like
> 
> $foo = exec("mysqldump database [options]");

I thought about that Jay, but the mysql server is not on the webserver
machine. Any other suggestions?

-Matt


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to