Habe diesen Error, beim Batchen der DB.
Mfg Knot
[Err] 1286 - Unknown table engine 'InnoDB'
[Err] CREATE TABLE `shop` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`itemid` int(6) NOT NULL,
`name` varchar(75) NOT NULL,
`desc` longtext NOT NULL,
`itemcount` int(2) NOT NULL DEFAULT '1',
`price` int(5) NOT NULL,
`price_sale` int(5) DEFAULT NULL,
`category` varchar(1) NOT NULL,
`purchases` int(25) NOT NULL DEFAULT '0',
`image` varchar(4) NOT NULL DEFAULT '.png',
`isbundle` int(1) NOT NULL DEFAULT '0',
`forsale` varchar(1) NOT NULL DEFAULT '1',
`item1_id` int(6) DEFAULT NULL,
`item1_name` varchar(75) DEFAULT NULL,
`item1_count` int(2) DEFAULT NULL,
`item2_id` int(6) DEFAULT NULL,
`item2_name` varchar(75) DEFAULT NULL,
`item2_count` int(2) DEFAULT NULL,
`item3_id` int(6) DEFAULT NULL,
`item3_name` varchar(75) DEFAULT NULL,
`item3_count` int(2) DEFAULT NULL,
`item4_id` int(6) DEFAULT NULL,
`item4_name` varchar(75) DEFAULT NULL,
`item4_count` int(2) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=171 DEFAULT CHARSET=latin1;
[Msg] Finished - Unsuccessfully
--------------------------------------------------
Mfg Knot