i get allways this error uploading DB... :
Comando SQL :
CREATE TABLE `accounts` (
`AccountID` varchar(16) DEFAULT NULL,
`Password` varchar(40) DEFAULT NULL,
`Type` int(11) NOT NULL DEFAULT '100',
`Auth` int(11) NOT NULL DEFAULT '1',
`Address` int(11) DEFAULT '0',
`Email` varchar(100) DEFAULT NULL,
`SecretNumber` varchar(20) NOT NULL,
UNIQUE KEY `AccountID` (`AccountID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
Mensagens do MySQL :
You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=latin1' at line 10