Sto tentando di trasferire un Database da un sito ad un altro ma purtroppo mi appare il seguente errore:

uery SQL :

CREATE TABLE `optimise_gain` (
`gain` decimal( 10, 3 ) default NULL
)ENGINE = MYISAM DEFAULT CHARSET = latin1

Messaggio di MySQL:

#1064 - 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 'DEFAULT CHARSET=latin1' at line 3


---------------

Non avendo esperienza in materia sql non riesco a capire l'errore mannaggia, se è nel primo database o nel secondo.

Grazie in anticipo per chi mi da una luce su questo mistero