tabella da lanciare:
Codice: Seleziona tutto
CREATE TABLE IF NOT EXISTS `phpbb_seo_tags` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`topic_id` int(11) NOT NULL,
`string` text NOT NULL,
`view` int(11) NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1;
Codice: Seleziona tutto
#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 AUTO_INCREMENT=1' at line 7