Ich versuche bislang vergeblich aus einer CSV-Datei in MySQL zu importieren. Die Fehlermeldung, die ich bekomme ist: Error
SQL-query:
LOAD DATA LOCAL INFILE 'C:\apache\php\php10E5.TMP' INTO TABLE nuke_testtable FIELDS TERMINATED BY ';' ENCLOSED BY '\"' ESCAPED BY '\\' LINES TERMINATED BY '\r\n'
MySQL said: File 'c:apachephpphp10e5.tmp' not found (Errcode: 2)
Der Fehler liegt glaube ich darin, dass die Backslashes aus irgend einem Grund nicht erkannt werden. Woran könnte dies liegen? Ich benutze phpMyAdmin unter Windows. Genauer: PhpTriad 2.11
Includes the following versions:
PHP - 4.0.5
MySQL - 3.23.32
Apache - 1.3.14
PHPMyAdmin - 2.1.0
Perl - nsPerl 5.005_03
Vielleicht hilft mir ja dabei das hier empfohlene Programm SQLion.
http://www.exxatools.com/SQLionFeatures.html