Hi,
I Have compile Mysql 3.23.49 with : --enable-local-infile
But when I want to use LOAD DATA LOCAL its says : The used command is
not allowed with this MySQL version
Could anyone help me ?
Best regards,
Julien Calvet
sorry for my fault: I forgot $ (dollar sign) before sql variable.
Sommai
At 09:58 28/2/2002 +0700, Sommai Fongnamthip wrote:
>Hi,
> Please tell me why this mysql in php error:
>
>sql = "LOAD DATA LOCAL INFILE \"/home/httpds/htdocs/srg/data/tct.csv\"
>INTO TABLE tct_temp FIELDS TERMINAT
Hi,
Please tell me why this mysql in php error:
sql = "LOAD DATA LOCAL INFILE \"/home/httpds/htdocs/srg/data/tct.csv\" INTO
TABLE tct_temp FIELDS TERMINATED BY '\|'";
$result = mysql_db_query("$dbName", $sql)
or die ("Can not run: $sql");
I try another sql style like th