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