dump von 4.1 nach 4.0
Posted: 2005-06-21 20:16
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
p.s. ohne von hand den code anzupassen
Resources for System-Administrators
https://www.rootforum.org/forum/
Code: Select all
mysqldump -uroot -p -a -c -i --allow-keywords --delayed-insert --opt --default-character-set=latin1 -A > /path/to/dump.sql
Code: Select all
mysql -u USER -p PASSWORT -D DATENBANK < Pfad zur DB