On Mon,  3 Sep 2001 17:00, taz wrote:
> Should this work, if not, why not?
>
> <?php exec("mysqlimport -u root -ppasword test one.txt") ?>
>
> the import works fine from the command line
> exec("ls") works too
>
>
> TIA
> Terry

Probably the user that your webserver, and hence your php script, runs as 
does not have permissions to execute mysqlimport.

-- 
David Robley      Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES      Flinders University, SOUTH AUSTRALIA  

   Self-made man: A horrible example of unskilled labor.

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