Şu hatayı alıyorum
Yardım lütfen !!!
Yardım lütfen !!!
Kod:
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 11
Query:
CREATE TABLE `mybb_helpcenter_tickets` ( `tid` bigint(30) UNSIGNED NOT NULL auto_increment, `uid` bigint(30) UNSIGNED NOT NULL default '0', `date` bigint(30) UNSIGNED NOT NULL default '0', `name` varchar(300) NOT NULL default '', `messages` int(10) UNSIGNED NOT NULL default '0', `opened` smallint(1) UNSIGNED NOT NULL default '1', `priority` smallint(1) UNSIGNED NOT NULL default '0', `cid` bigint(30) UNSIGNED NOT NULL default '0', PRIMARY KEY (`tid`) ) TYPE=MyISAM
