Quote:
Originally Posted by Fang
Thread Moved
If you're referring to TQ Binaries, those are illegal. Otherwise, look in the releases section. There are plenty of sources there that can get you started.
|
well i've found a client&source..ty
but this source i've found (Redux - 5065 BASE source)
it shows an error when i'm trying to execute the sql file with navicat
here is the error:
[Err] 1289 - The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working
[Err] CREATE TABLE `accounts` (
`UID` int(11) NOT NULL AUTO_INCREMENT,
`Username` varchar(16) NOT NULL,
`Password` varchar(16) NOT NULL,
`EMail` varchar(64) DEFAULT NULL,
`EmailStatus` int(3) NOT NULL DEFAULT '0',
`Question` varchar(32) DEFAULT NULL,
`Answer` varchar(32) DEFAULT NULL,
`Permission` int(3) NOT NULL DEFAULT '1',
`Token` int(11) NOT NULL DEFAULT '0',
`Timestamp` int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`UID`,`Username`)
) ENGINE=InnoDB AUTO_INCREMENT=1000004 DEFAULT CHARSET=latin1;
[Msg] Finished - Unsuccessfully
can u tell me what should i do ? i'll be thankful