SQL
CREATE TABLE `cms_hbnews` (
`id` int(100) NOT NULL AUTO_INCREMENT,
`type` int(1) NOT NULL,
`text` varchar(255) NOT NULL,
`time` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=9;
Alles anzeigen
Hey RT, wenn ich diese Abfrage in PHPMyadmin reinmache, dann kommt folgender Error:
PHP
#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=9' at line 13
Kann jemand bitte helfen?