12.09.2018, 15:28
Quote:
Sу aqui que o banco de dados tб corrompido? Nгo consigo upar ele no MySQL
Code:
CREATE TABLE `accounts` ( `ID` int(11) NOT NULL, `ucpOwn` int(11) NOT NULL, `Username` varchar(24) NOT NULL, `Password` varchar(128) NOT NULL, `Level` int(11) NOT NULL DEFAULT '0', `Gender` int(11) NOT NULL, `Age` int(11) NOT NULL, `Admin` int(11) NOT NULL DEFAULT '0', `Skin` int(11) NOT NULL DEFAULT '7', `pLutaStyle` int(11) NOT NULL DEFAULT '4', `PosX` float NOT NULL, `PosY` float NOT NULL, `PosZ` float NOT NULL, `PosA` float NOT NULL, `registrado` int(11) NOT NULL DEFAULT '0', `Health` float NOT NULL DEFAULT '100', `Armour` float NOT NULL DEFAULT '0', `Interior` int(11) NOT NULL DEFAULT '0', `World` int(11) NOT NULL DEFAULT '0', `Tutorial` int(11) NOT NULL, `EntrouCasa` int(11) NOT NULL DEFAULT '-1', `Grana` int(11) NOT NULL, `Morto` int(11) NOT NULL, `UltimoLogin` varchar(32) NOT NULL, `EntrouComplexo` int[...] |