mysqldump von 4.1.8 in 4.0.15

MySQL, PostgreSQL, SQLite
Post Reply
3dsoft
Posts: 14
Joined: 2003-07-03 14:28
 

mysqldump von 4.1.8 in 4.0.15

Post 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?
vevelt
Posts: 122
Joined: 2003-08-01 12:18
Location: Itzehoe
Contact:
 

Re: mysqldump von 4.1.8 in 4.0.15

Post by vevelt »

Wäre vielleicht praktisch, wenn du uns den Error auch mitteilen könntest... :wink:
3dsoft
Posts: 14
Joined: 2003-07-03 14:28
 

Re: mysqldump von 4.1.8 in 4.0.15

Post 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
vevelt
Posts: 122
Joined: 2003-08-01 12:18
Location: Itzehoe
Contact:
 

Re: mysqldump von 4.1.8 in 4.0.15

Post 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...
Post Reply