Installation DB Maintenance

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
seev
Mitglied
Beiträge: 108
Registriert: 14.12.2006 18:28
Kontaktdaten:

Installation DB Maintenance

Beitrag von seev »

Installation DB Maintenance

Ich habe Probleme mit diesem Teil der Installation des DB Maintenance Mod. Ich bitte um Hilfe, wie es genau mit diesem Befehl unter mysqladmin funktioniert.
#
#-----[ SQL ]-------------------------------------------------
#

# If you use a MySQL-Database, you can use the included script-file 'update_db_for_dbmtnc.php'
# (included in files-folder) to update your database. This script will use the right prefix for
# your tabel, so you don't have to care about these things. To exececute it, just copy it to the
# phpBB-directory of your forum (the directory where you can find the config.php) an execute it by
# calling it with your browser.
# It's recomended to remove the file afterwards from the server for security reasons.
#
# If you do not want to use this script, you have to execute these SQL-Commands. Please keep
# in mind that you need to change the tabel-prefixes if you didn't use 'phpbb'. It may be
# necessary to change the SQL-commands depending on the prefix you use.
#
# When Updating from version 1.2.1 or newer, you do not need to run these commands or the script.

DELETE FROM phpbb_config WHERE config_name = 'index_rebuild_position';
DELETE FROM phpbb_config WHERE config_name = 'index_rebuild_end_position';
DELETE FROM phpbb_config WHERE config_name = 'index_rebuild_postlimit';
INSERT IGNORE INTO phpbb_config (config_name, config_value) VALUES ('dbmtnc_rebuild_end', '0');
INSERT IGNORE INTO phpbb_config (config_name, config_value) VALUES ('dbmtnc_rebuild_pos', '-1');
INSERT IGNORE INTO phpbb_config (config_name, config_value) VALUES ('dbmtnc_rebuildcfg_maxmemory', '500');
INSERT IGNORE INTO phpbb_config (config_name, config_value) VALUES ('dbmtnc_rebuildcfg_minposts', '3');
INSERT IGNORE INTO phpbb_config (config_name, config_value) VALUES ('dbmtnc_rebuildcfg_php3only', '0');
INSERT IGNORE INTO phpbb_config (config_name, config_value) VALUES ('dbmtnc_rebuildcfg_php3pps', '1');
INSERT IGNORE INTO phpbb_config (config_name, config_value) VALUES ('dbmtnc_rebuildcfg_php4pps', '8');
INSERT IGNORE INTO phpbb_config (config_name, config_value) VALUES ('dbmtnc_rebuildcfg_timelimit', '240');
INSERT IGNORE INTO phpbb_config (config_name, config_value) VALUES ('dbmtnc_rebuildcfg_timeoverwrite', '0');
INSERT IGNORE INTO phpbb_config (config_name, config_value) VALUES ('dbmtnc_disallow_postcounter', '0');
INSERT IGNORE INTO phpbb_config (config_name, config_value) VALUES ('dbmtnc_disallow_rebuild', '0');

#
Ich habe unter localhost folgende Funktionen gefunden

# MySQL-Laufzeit-Informationen anzeigen
# MySQL-System-Variablen anzeigen Dokumentation
# Prozesse Dokumentation
# Zeichensätze und Kollationen
# Tabellenformate
# Datenbanken
# Exportieren
# Importieren

und unter phpMyAdmin - 2.11.0

#
Oberflächendesign:
#
Schriftgröße:
# phpMyAdmin-Dokumentation
# phpMyAdmin Wiki
# Offizielle phpMyAdmin-Homepage
# [ChangeLog] [Subversion] [Lists]
Benutzeravatar
gloriosa
Mitglied
Beiträge: 13770
Registriert: 04.01.2005 20:23
Wohnort: Landeshauptstadt Erfurt

Beitrag von gloriosa »

Hallo,
abgesehen davon, dass Du Dein Posting im falschen Forum gepostet hast, ist bei diesem MOD die update_db_for_dbmtnc.php dabei, die in die Board-Root (dort wo die memberlist.php zu finden ist) zu kopieren, dann auszuführen und danach zu löschen ist ! :oops: Siehe auch die Pos. 12 der >>> KB:18 <<< sowie die SQL-Anweisung ! :D
Viele Grüße - gloriosa :D
Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !
seev
Mitglied
Beiträge: 108
Registriert: 14.12.2006 18:28
Kontaktdaten:

Beitrag von seev »

Hallo Gloriosa

ich bitte wegen dem falschen Forum tausendfach um Entschuldigung, vllt kann es ja mal ein Mod verschieben.

Danke für deine Hilfe mit dem MOD, ich habe alles eingebaut und bin nun auch stolzer Besitzer dieses wirklich sehr wichtigen Mods.
Antworten

Zurück zu „phpBB 2.0: Mod Support“