Page 1 of 1

mysqldump von 4.1.8 in 4.0.15

Posted: 2005-03-19 23:58
by 3dsoft
hallo,

beim Import eines 'dumpfiles' von 4.1.8 in eine mysql 4.0.15 Datenbank kriege ich immer eine error Meldung.

Was muss ich beim Import der 'dumpfile' der 2 verschiedenen Datenbanken beachten?

Re: mysqldump von 4.1.8 in 4.0.15

Posted: 2005-03-20 09:47
by vevelt
Wäre vielleicht praktisch, wenn du uns den Error auch mitteilen könntest... :wink:

Re: mysqldump von 4.1.8 in 4.0.15

Posted: 2005-03-20 13:56
by 3dsoft
sorry, hab's glatt vergessen :roll:

ERROR 1064 at line 19: 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 'collate latin1_general_ci NOT NULL default '',
name varchar(3


schönen sonntag an alle

Re: mysqldump von 4.1.8 in 4.0.15

Posted: 2005-03-22 22:28
by vevelt
3dsoft wrote:
ERROR 1064 at line 19: 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 'collate latin1_general_ci NOT NULL default '',
name varchar(3
Tja, die Fehlermeldung sagt es schon: collate latin1_general_ci gibt es in Version 4.0 wohl noch nicht... erst ab 4.1 sollte das so funktionieren...