MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1050 - Table 'mybb_downloadcategories' already exists
Query:
CREATE TABLE `mybb_downloadcategories` ( cid smallint unsigned NOT NULL auto_increment, name varchar(120) NOT NULL default '', description text NOT NULL default '', visiblegroups text NOT NULL default '', submissiongroups text NOT NULL default '', disporder smallint unsigned NOT NULL default '0', downloads int(10) NOT NULL default '0', PRIMARY KEY (`cid`) ) ENGINE=MyISAM;
Please contact the MyBB Group for support.
ive added ENGINE insted of Type how do i fix this error and i want to know where i can find the exiting downloadcategories