Woran kann das liegen
Posted: 2003-07-25 13:25
Hallo zusammen,
ich versuche über phpMyAdmin eine csv-Datei in eine Datenbank hochzuladen. So weit klappt alles ganz gut, nur sobald ich auf OK klicke kommt folgende Fehlermeldung:
SQL-Befehl :
LOAD DATA LOCAL INFILE '/home/www/confixx/tmp/phpXl8kJO' INTO TABLE `products` FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\' LINES TERMINATED BY 'rn'
MySQL meldet:
The used command is not allowed with this MySQL version
Woran kann das liegen? Hoffentlich könnt ihr mir helfen.
Danke und Gruß
ich versuche über phpMyAdmin eine csv-Datei in eine Datenbank hochzuladen. So weit klappt alles ganz gut, nur sobald ich auf OK klicke kommt folgende Fehlermeldung:
SQL-Befehl :
LOAD DATA LOCAL INFILE '/home/www/confixx/tmp/phpXl8kJO' INTO TABLE `products` FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\' LINES TERMINATED BY 'rn'
MySQL meldet:
The used command is not allowed with this MySQL version
Woran kann das liegen? Hoffentlich könnt ihr mir helfen.
Danke und Gruß