Hallo Ihr lieben

Ich habe eine Frage

Ich habe mir das VMS o0hne klammanbindung runtergeladen und wollte die DB installieren und sofort kommt das.

Fehler

SQL-Befehl:

CREATE TABLE `vms_aktivierungen` (
`uid` int( 7 ) NOT NULL AUTO_INCREMENT ,
`ak` varchar( 32 ) NOT NULL default '',
PRIMARY KEY ( `uid` ) ,
KEY `aktivierungs_code` ( `ak` )
) TYPE = MYISAM AUTO_INCREMENT =2 AUTO_INCREMENT =2;

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 AUTO_INCREMENT=2 AUTO_INCREMENT=2' at line 6

Was kann ich tun??


Vielen Dank für eure Hilfe

Manny