Hi,
before all I'm a newbie in MySQL and in DB in general. SO please do not use too technical terms when answering.
thanks
So, I am running MySQL 3.23.52 on RH 8.0 and using MySQL Front 2.5 to administer it from a win9x within the same LAN.
I have created a DB and a table inside it. I have then created 2 fields there. I have a CSV file that has got data for these 2 fields. I want to import the data onto my table. When I click on 'Im/Export' then 'Import textfile' and then choose the filename to import. I get the following message error:
LOAD DATA LOCAL INFILE 'C:/path/DB.csv' INTO TABLE mydb.mytable (field1,field2)
Error: 1148 - The used command is not allowed with this MySQL version
Also I noticed a note like this in the import window:
Note: the LOCAL INFILE feature is only available for MySQL-Versions > 3.22.6. On previous versions you will get an error!
What am I doing wrong. Thanks!
before all I'm a newbie in MySQL and in DB in general. SO please do not use too technical terms when answering.
thanks
So, I am running MySQL 3.23.52 on RH 8.0 and using MySQL Front 2.5 to administer it from a win9x within the same LAN.
I have created a DB and a table inside it. I have then created 2 fields there. I have a CSV file that has got data for these 2 fields. I want to import the data onto my table. When I click on 'Im/Export' then 'Import textfile' and then choose the filename to import. I get the following message error:
LOAD DATA LOCAL INFILE 'C:/path/DB.csv' INTO TABLE mydb.mytable (field1,field2)
Error: 1148 - The used command is not allowed with this MySQL version
Also I noticed a note like this in the import window:
Note: the LOCAL INFILE feature is only available for MySQL-Versions > 3.22.6. On previous versions you will get an error!
What am I doing wrong. Thanks!