i'm using source by pro4never (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
anyone knows what should i do ?i'm trying this for my 1st time, trying to learn and knowing how things are going on so if anyone can help i'll be thankful
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
anyone knows what should i do ?i'm trying this for my 1st time, trying to learn and knowing how things are going on so if anyone can help i'll be thankful