Otrzymuję taki błąd
CREATE TABLE IF NOT EXISTS `anti16bit` ( `auth` varchar(30) NOT NULL, `num` int(11) NOT NULL, `type` enum('none','yes','no') NOT NULL DEFAULT 'none', UNIQUE KEY `auth` (`auth`) ) TYPE=MyISAM; 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 'TYPE=MyISAM' at line 10
Gdzie wg mnie wszystko jest poprawnie. Jakieś pomysły?