升级错误,MySQL 提示: 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 'ENGINE=MyISAM DEFAULT CHARSET=gbk' at line 1 ,请返回。
CREATE TABLE IF NOT EXISTS cdb_oufennews (
`page` varchar(17) NOT NULL,
`title` varchar(80) NOT NULL,
`content` text NOT NULL,
PRIMARY KEY (`page`)
) TYPE=MyISAM;