At 17:44 7/10/2001 -0700, Shane Caraveo wrote:

> >
> > $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.

thanks... where did you get this info (error 2 == ...) ??

right... it isn't in the path... but I used chdir() to get to where 
mysqldump is, and $backup_file has a full path in it...

_____________________________
. Christian Dechery
. . Gaita-L Owner / Web Developer
. . http://www.webstyle.com.br
. . http://www.tanamesa.com.br


-- 
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