sql dump Import Problem
Posted: 2007-09-25 18:07
Habe aus einer mysql 4 alle DBs exportiert:
Nun will ich diese in eine mysql 5 DB importieren:
Das klappt jedoch nicht und erhalte folgende Fehlermeldung:
Wie am besten den Dump sichern und importieren mysql4 nach mysql5 - Kann jemand helfen?
Code: Select all
mysqldump -u root -pxxxxxx --all-databases --single-transaction > dump.sql
Code: Select all
mysql -u root -pxxxxxx < dump.sql
Code: Select all
ERROR 1064 (42000) at line 171685: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'varchar(64) NOT NULL default '',
value text NOT NULL,
PRIMARY KEY (gruppe,m' at line 4