I get next problem:
Invalid SQL:
CREATE TABLE IF NOT EXISTS `newsview` (`feed_id` int(15) NOT NULL auto_increment,
`feed_name` varchar(255) NOT NULL default '',
`orderid` int(10) NOT NULL default '0',
`feed_location` varchar(255) NOT NULL default '',
PRIMARY KEY (`feed_id`),
KEY `feed_name` (`feed_name`)) TYPE=MyISAM;;
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' at line 6
Error Number : 1064
|