Hi I can't upload the file by using phpmyadmin.
My table is like
ID Name phone
and my data in the file is
3,'Peter','05331235'
I selected ',' as a field terminater
and I leave field enclosed by , field escape by and line terminated by as default ( which is " , \ and \r\n respectively ) and I choose LOAD METHOD as DATA LOCAL
When I submit it, it said
Error
SQL-query :
LOAD DATA LOCAL INFILE 'C:\WINDOWS\TEMP\php10.tmp' INTO TABLE asia FIELDS TERMINATED BY ',' ENCLOSED BY '"' ESCAPED BY '\' LINES TERMINATED BY '\r\n'
MySQL said:
The used command is not allowed with this MySQL version
Back
I use MYSQL version 4.0.13-win. If this command can't be use with this version what I should modify to make it work.
thank a lot