Vms1.2.0.0 ohne klammanbindung
	
	
		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
	 
	
	
	
		Re: Vms1.2.0.0 ohne klammanbindung
	
	
		
	Zitat:
	
		
		
			
				Zitat von 
MannyHH
				 
			
SQL-Befehl:
	PHP-Code:
	
CREATE TABLE `vms_aktivierungen` (
`uid` int( 7 ) NOT NULL AUTO_INCREMENT ,
`ak` varchar( 32 ) NOT NULL default '',
PRIMARY KEY ( `uid` ) ,
KEY `aktivierungs_code` ( `ak` )
) 
 
 
			
		
	 
 so sollte es funktionieren :)
	 
	
	
	
		Re: Vms1.2.0.0 ohne klammanbindung
	
	
		Leider nicht
oder eine idee wie ich die neuste ohne klamm machen kann das was ich gelesen habe hat bei mir nicht geklappt
danke für die Hilfe
Manny
	 
	
	
	
		Re: Vms1.2.0.0 ohne klammanbindung
	
	
		soweit ich weiss ist doch die neuste version ohne klammanbindung
	 
	
	
	
		Re: Vms1.2.0.0 ohne klammanbindung
	
	
		
	Zitat:
	
		
		
			
				Zitat von 
MannyHH
				 
			Leider nicht
			
		
	 
 was bekommst du als Fehlermeldung ?
	 
	
	
	
		Re: Vms1.2.0.0 ohne klammanbindung
	
	
		Das bekomm ich jetzt
	Zitat:
	
		
		
			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
			
		
	
 
	 
	
	
	
		Re: Vms1.2.0.0 ohne klammanbindung
	
	
		
	Zitat:
	
		
		
			
				Zitat von 
Smoopie
				 
			soweit ich weiss ist doch die neuste version ohne klammanbindung
			
		
	 
 die 2.4 ist mit klammanbindung oder welche meinst du?? Smoopie
gruss
Manny
	 
	
	
	
		Re: Vms1.2.0.0 ohne klammanbindung
	
	
	
	
	
		Re: Vms1.2.0.0 ohne klammanbindung
	
	
		
	Zitat:
	
		
		
			
				Zitat von 
Smoopie
				 
			
	 
 ahh ok und das läuft schon?? dachte weil beta steht das es noch nicht ausgereift ist.
Gruss Manny
	 
	
	
	
		Re: Vms1.2.0.0 ohne klammanbindung
	
	
		also mir ist bis jetzt nichts aufgefallen was nicht funktioniert.