Hello,

I'm trying to use:

passthru("mysqlimport --replace --fields-terminated-by=\| --user=testuser 
--password=testpassword testdb /home/testdomain/www/Admin/test_mysqltable.txt", 
$output);

The mysqlimport command works perfectly at the telnet command prompt, but never 
through Php.

When I echo $output I get '126' or '127'.  But the process does not work.
I have also tried using system and exec commands.

Any suggestions?  Thanks,


Keith

Reply via email to