MySQL Query : CREATE TABLE IF NOT EXISTS `0839fcads_2404` ( `id` int(10) unsigned NOT NULL auto_increment, `adsid` mediumint(8) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `area` char(40) NOT NULL, `ip` char(15) NOT NULL, `referer` char(120) NOT NULL, `clicktime` int(10) unsigned NOT NULL default '0', `type` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `adsid` (`adsid`,`type`,`ip`) ) TYPE=MyISAM DEFAULT CHARSET=gbk;
MySQL Error : 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 DEFAULT CHARSET=gbk' at line 12
MySQL Errno : 1064
Message : MySQL Query Error