Hallo,

ich habe eine Problem mit dem phpMyAdmin(=Anfänger). Ich kann keine Textfiles in Tabellen importieren. (Die Einträge+Struktur sind richtig! Sowohl bei der Tabelle + Textfile)

Error
SQL-query:

LOAD DATA LOCAL INFILE 'C:\WINNT\TEMP\php12.tmp' REPLACE INTO TABLE item FIELDS TERMINATED BY ';' ENCLOSED BY '\"'
MySQL said: File 'c:winnttempphp12.tmp' not found (Errcode: 2)

Der Pfad kommt mir 'c:winnttempphp12.tmp' not found ist seltsam.

Ebelfalls geht das Run SQL query/queries on database xy mit einer Textfile nicht. Nur wenn ich die SQL-Befehle in die Textarea kopieren gehts!

Wo könnte das Problem liegen?

PS: Nutze phpMyAdmin 2.1.0, Win2000 Server, MySQL 3.23.35a