On 21-Mar-01 Randy Johnson wrote:
> Hello,
>
>
> is there anyway to execute a mysqldump command via the web and have the dump
> stored on a file on the server.
yes.
$cmd="/usr/local/bin/mysqldump -u user -ppasswd db
$cmd .=" > /path/to/dump/db.dmp";
system($cmd);
> do any of the webinterfaces offer that?
Unknown.
> any scripting languages?
php, Perl, sh
Regards,
--
Don Read [EMAIL PROTECTED]
-- If you are going to sin, sin against God, not the bureaucracy.
God will forgive you but the bureaucrats won't.
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php