gibt es eine möglichkeit einen dump von 4.1 nach 4.0 zu machen, ich hab da probleme, wegen dem charset.
p.s. ohne von hand den code anzupassen
dump von 4.1 nach 4.0
Re: dump von 4.1 nach 4.0
Code: Select all
mysqldump -uroot -p -a -c -i --allow-keywords --delayed-insert --opt --default-character-set=latin1 -A > /path/to/dump.sql
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: dump von 4.1 nach 4.0
Hallo,
ich habe die gleiche Fehlermeldung. Allerdings weis ich nicht, ob das Dump von einer 4.1 ist. Ich habe auf jeden Fall 4.0 drauf.
Der Befehl von Joe User, muß der auf dem Server mit 4.1 ausgeführt werden? Also mit diesem Befehl den Dump erstellen und mit
wieder auf dem 4.0 Server einfügen, oder?
Gruß
ich habe die gleiche Fehlermeldung. Allerdings weis ich nicht, ob das Dump von einer 4.1 ist. Ich habe auf jeden Fall 4.0 drauf.
Der Befehl von Joe User, muß der auf dem Server mit 4.1 ausgeführt werden? Also mit diesem Befehl den Dump erstellen und mit
Code: Select all
mysql -u USER -p PASSWORT -D DATENBANK < Pfad zur DB
Gruß