Karl: Mysql Fehlermeldung bei SQL: LOAD DATA

Hallo,

ich möchte mittels LOAD DATA in eine Mysql Tabelle den Inhalt einer Datei importieren.

Der Query lautet:
LOAD DATA LOCAL INFILE 'C:\PHP\php352.TMP' INTO TABLE projekt FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\' LINES TERMINATED BY '\r\n'

Ich bekomme jedoch immer dei Fehlermeldung:
The used command is not allowed with this MySQL version

Es ist MySql 3.23.53.

Woran kann das liegen?

Vielen Dank.

  1. Hi Karl,

    Ich bekomme jedoch immer dei Fehlermeldung:
    The used command is not allowed with this MySQL version
    Es ist MySql 3.23.53.
    Woran kann das liegen?

    da die Version nagelneu und das Kommando doch offenbar nichts Ungewöhnliches ist, sagt mir ein Blick ins Handbuch, daß das Problem möglicherweise im Bereich 'Entitlement' zu suchen sein könnte.

    Besitzt Du denn alle Privilegien, die
       http://www.mysql.com/doc/en/LOAD_DATA.html
    für Deine Operation erfordert?

    Viele Grüße
          Michael

    --
    T'Pol: I apologize if I acted inappropriately.
    V'Lar: Not at all. In fact, your bluntness made me reconsider some of my positions. Much as it has now.