Hio,
bin noch Neuling und habe folgendes Problem:
beim ausführen dieses Befehls
CREATE TABLE eqdkp_classcolors(
id
int( 11 ) unsigned NOT NULL AUTO_INCREMENT ,
template
varchar( 255 ) default NULL ,
name
varchar( 255 ) default NULL ,
color
varchar( 255 ) default NULL ,
class
varchar( 255 ) default NULL ,
PRIMARY KEY ( id
)
) ENGINE = InnoDB
bekomme ich diese Fehlermeldung
#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 'ENGINE=InnoDB' at line 1
Kann mir da bitte jemand schnell mal helfen und mir direkt sagen was ich machen muss um das ganze zum laufen zu bekommen?
Danke schonmal im voraus
Gruß AElensar