Code: Select all
mysqldump -u root -pxxxxxx --all-databases --single-transaction > dump.sqlCode: Select all
mysql -u root -pxxxxxx < dump.sqlCode: 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