Mehrwegflasche
ausführliche Problembeschreibung:
Also ich will einen Serverumzug machen habe das auch schon öfters mal geamcht nur jetzt steh ich vor einen Problem wenn ich meine alte Datenbank des Forums in die neue einfügen will bekomme ich eine Fehlermeldung auch wenn ich bestimmte datenbankstränge einzeln adden will bekomm ich so einen fehler.
vollständige Fehlermeldung:
Also ich will einen Serverumzug machen habe das auch schon öfters mal geamcht nur jetzt steh ich vor einen Problem wenn ich meine alte Datenbank des Forums in die neue einfügen will bekomme ich eine Fehlermeldung auch wenn ich bestimmte datenbankstränge einzeln adden will bekomm ich so einen fehler.
vollständige Fehlermeldung:
Zitat: |
SQL-Befehl: CREATE TABLE bb2_acpmenuitemgroups( itemgroupid smallint( 5 ) unsigned NULL AUTO_INCREMENT , title varchar( 255 ) NULL , condition text NULL , conditiontype enum( 'OR', 'AND' ) NULL DEFAULT 'OR', showorder smallint( 5 ) unsigned NULL DEFAULT '0', acpmode tinyint( 3 ) unsigned NULL DEFAULT '0', PRIMARY KEY ( itemgroupid ) ); MySQL meldet: #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 'condition text NULL, conditiontype enum('OR','AND') NULL DEFAULT 'OR', showo' at line 4 |