Hi
Ich möchte eine .txt Datei in eine MySQL db importieren. Das ganze mit einer Batch Datei.
Also anmelden funktioniert
<code>
@echo off
cd mysql\bin
mysql -h localhost -u root
<code>
Danach ist die shell
mysql>
Kann ich in die Batch-Datei von oben eintragen, was hier folgen soll.
Wenn ich z.B. eingebe
<code>
@echo off
cd mysql\bin
mysql -h localhost -u root
status
<code>
bekomme ich nicht die gewünschte Ausgabe.
Das bild bleibt auf
mysql>
Danke
Ich möchte eine .txt Datei in eine MySQL db importieren. Das ganze mit einer Batch Datei.
Also anmelden funktioniert
<code>
@echo off
cd mysql\bin
mysql -h localhost -u root
<code>
Danach ist die shell
mysql>
Kann ich in die Batch-Datei von oben eintragen, was hier folgen soll.
Wenn ich z.B. eingebe
<code>
@echo off
cd mysql\bin
mysql -h localhost -u root
status
<code>
bekomme ich nicht die gewünschte Ausgabe.
Das bild bleibt auf
mysql>
Danke
Comment