Hallo, ein MOD will, dass ich folgendes in MySQL ändere :
-----[ SQL ]-------------------------------------------------
#
# If your phpbb table prefix is different, then change it to
# reflect the correct one.
#
#
ALTER TABLE `phpbb_topics` ADD INDEX (topic_last_post_id);
ALTER TABLE `phpbb_forums` ADD attached_forum_id MEDIUMINT(8) DEFAULT '-1' NOT NULL;
-----------------------------------
Wie packe ich das dort an ?
Vielen Dank vorab für die Hilfe.