sto cercando di disinstallare.. la mod WEBB per le parti di codice ho fatto tutto.. ma per le tabelle delldata base è piu difficile
dall'alto della mia capicità di capire le cose.. ho provato a fare cosi..
Codice: Seleziona tutto
DELETE TABLE phpbb_webb (
webb_id mediumint(8) UNSIGNED NOT NULL auto_increment,
webb_desc varchar(255) DEFAULT '' NOT NULL,
webb_subject varchar(255) DEFAULT '' NOT NULL,
webb_text text NOT NULL,
PRIMARY KEY (webb_id),
UNIQUE webb_desc (webb_desc)
) CHARACTER SET `utf8` COLLATE `utf8_bin`;
Codice: Seleziona tutto
#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 'TABLE phpbb_webb (
webb_id mediumint(8) UNSIGNED NOT NULL aut