Das bekomm ich jetzt

SQL-Befehl:

CREATE TABLE `vms_aktivralley` (
`uid` int( 7 ) NOT NULL default '0',
`punkte` double( 100, 2 ) NOT NULL default '0.00',
`ausgezahlt` int( 11 ) NOT NULL default '0',
PRIMARY KEY ( `uid` )
) TYPE = MYISAM ;

MySQL meldet: Dokumentation
#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' at line 6