Hallo PHPer
konnte mir jemand helfen.
ich wollte ein Text oder cvs Datei per Commendzeil zu MySQL importieren. Leider zeigt mir das System immer, dass .cvs oder Text Datei nicht gefounden werden. ich schreibe Befehle nach MySQL Tutorial wie folgen.
mysql-> load data infile 'C:\record_woodbox.cvs' into table record_woodbox
-> fields terminated by ','
-> lines terminated by '\n';
'record_woodbox.cvs' not found (Errcode:22)
mysql->
ich weiss nicht, wo sich mein Fehler befindet. Ich bedanke mich für Deine Helfe.
fanxin
konnte mir jemand helfen.
ich wollte ein Text oder cvs Datei per Commendzeil zu MySQL importieren. Leider zeigt mir das System immer, dass .cvs oder Text Datei nicht gefounden werden. ich schreibe Befehle nach MySQL Tutorial wie folgen.
mysql-> load data infile 'C:\record_woodbox.cvs' into table record_woodbox
-> fields terminated by ','
-> lines terminated by '\n';
'record_woodbox.cvs' not found (Errcode:22)
mysql->
ich weiss nicht, wo sich mein Fehler befindet. Ich bedanke mich für Deine Helfe.
fanxin