Re: [PHP-DB] mysqlimport

2001-09-14 Thread Keith Spiller
ysqlimport command... Keith - Original Message - From: "Keith Spiller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 6:51 PM Subject: [PHP-DB] mysqlimport Hello, I'm trying to use: passthru("mysqlimport --replace

[PHP-DB] mysqlimport

2001-09-13 Thread Keith Spiller
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 e