salut voila je créer un serveur prive sous sharkemu et quand je met la database sa m'écrit error ses marquer en haut du lanceur
CREATE TABLE IF NOT EXISTS `account_db` (
`Name` text NOT NULL,
`Password` text NOT NULL,
`GUID` text NOT NULL,
`SecretQuestion` text,
`SecrectAnswer` text,
`Pseudo` text NOT NULL,
`Logged` int(11) NOT NULL,
`LastIp` text NOT NULL,
`LastTime` text NOT NULL,
`Email` text,
`Banned` int(11) NOT NULL,
`BanTime` text NOT NULL,
`SecretCode` text,
`AdminState` int(11) NOT NULL,
PRIMARY KEY (`GUID`(16))
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
[Msg] Finished - Unsuccessfully
--------------------------------------------------
merci de vos réponse d'avance
CREATE TABLE IF NOT EXISTS `account_db` (
`Name` text NOT NULL,
`Password` text NOT NULL,
`GUID` text NOT NULL,
`SecretQuestion` text,
`SecrectAnswer` text,
`Pseudo` text NOT NULL,
`Logged` int(11) NOT NULL,
`LastIp` text NOT NULL,
`LastTime` text NOT NULL,
`Email` text,
`Banned` int(11) NOT NULL,
`BanTime` text NOT NULL,
`SecretCode` text,
`AdminState` int(11) NOT NULL,
PRIMARY KEY (`GUID`(16))
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
[Msg] Finished - Unsuccessfully
--------------------------------------------------
merci de vos réponse d'avance