Re: [PHP-WIN] Re: problem with exec()

2001-10-07 Thread Christian Dechery
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

Re: [PHP-WIN] Re: problem with exec()

2001-10-07 Thread Shane Caraveo
> > $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 st

Re: [PHP-WIN] Re: problem with exec()

2001-10-07 Thread Christian Dechery
the command is mysqldump with trillions of parameters to backup a db into a file... something in the ways of: $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 'Permissio