ich hab da eine frage/problem ^^.
Ich bin derzeit noch wo anderes und wollte jetzt von dort weg >.> zuviele abstürze usw , ABER meine SQL ist schon dort 13mb und man kann ja nur 131kb SQL hochladen. Wie genau kann ich das jetzt machen damit ich hier meine SQL wie bei meinen anderen server habe ???
Nur bestimmte Tabellen kopieren und einzeln rüber geben. Wenn du willst schickst du mir dein Passwort per PM und ich mach das bei dir (Nur wegen vertrauen, ich bin Supporter, wenn was schief lauft bin ich bei miro dran)
CREATE TABLE bb1_acpmenuitemgroups(
itemgroupid smallint( 5 ) unsigned NOT NULL AUTO_INCREMENT ,
title varchar( 255 ) NOT NULL ,
condition text NOT NULL ,
conditiontype enum( ‘OR’, ‘AND’ ) NOT NULL DEFAULT ‘OR’,
showorder smallint( 5 ) unsigned NOT NULL DEFAULT ‘0’,
acpmode tinyint( 3 ) unsigned NOT NULL DEFAULT ‘0’,
PRIMARY KEY ( itemgroupid )
);
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 ‘condition text NOT NULL,
conditiontype enum(‘OR’,‘AND’) NOT NULL DEFAULT ‘OR’,’ at line 4