minh cung bi cai loi nhu tren
SQL: CREATE TABLE `boblog_blogs` ( `blogid` int(10) NOT NULL default '0', `title` text NULL, `pubtime` int(11) NOT NULL default '0', `authorid` int(8) NOT NULL default '0', `replies` int(8) NOT NULL default '0', `tbs` int(8) NOT NULL default '0', `views` int(8) NOT NULL default '0', `property` int(1) NOT NULL default '0', `category` int(3) NOT NULL default '0', `tags` text NULL, `sticky` int(1) NOT NULL default '0', `htmlstat` int(1) NOT NULL default '0', `ubbstat` int(1) NOT NULL default '1', `emotstat` int(1) NOT NULL default '1', `content` MEDIUMTEXT NULL, `editorid` int(8) NOT NULL default '0', `edittime` int(11) NOT NULL default '0', `weather` TINYTEXT NULL, `mobile` int(1) NOT NULL default '0', `pinged` text NULL, `permitgp` text NULL, `starred` INT( 5 ) NOT NULL DEFAULT '0', `blogpsw` TINYTEXT NULL, `frontpage` TINYINT( 1 ) NOT NULL DEFAULT '0', `entrysummary` TEXT NULL , `comefrom` VARCHAR( 255 ) NULL , `originsrc` VARCHAR( 255 ) NULL , `blogalias` VARCHAR( 100 ) NULL, KEY `blogid` (`blogid`), KEY `pubtime` (`pubtime`), KEY `views` (`views`), KEY `sticky` (`sticky`) ) TYPE=MyISAM CHARSET=utf8
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 CHARSET=utf8' at line 34
Errno. : 1064