> 
> $cmd="mysqldump -h $host --user=$user --password=\"$pass\" --opt
> $database > $backup_file";
> 
> I'm gettting error return 2... which (according to 'man errno') means
> EACCESS or 'Permission denied'. How can something be denied in Win98 since
> it doesn't handle permissions, users and stuff?

Don't confuse unix with windows.  error 2 == ERROR_FILE_NOT_FOUND
Likely, mysqldump is not in the system path.

Shane

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to