- Adres van je forum: http://www.daxforum.be
Event. modificaties op je forum:
Wanneer ontstond het probleem?
phpBB versie: 2.0.22
Heb je onlangs iets verandert aan je forum?
Wat is het probleem?
Hoe database kleiner maken qua MB's ?
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Hoe database kleiner maken qua MB's ?
Re: Hoe database kleiner maken qua MB's ?
Je zou de tabellen van de zoekfunctie kunnen legen, hoewel je huidige berichten dan niet meer gevonden kunnen worden. Heb je geen mods die veel ruimte in beslag nemen (zoals IP logs etc.)?
- Ramon Fincken
- Berichten: 2552
- Lid geworden op: 27 nov 2005, 23:15
- Locatie: Diemen
- Contacteer:
Re: Hoe database kleiner maken qua MB's ?
tabellen optimizen ( phpmyadmin heeft commando daarvoor )
plus je search wordlist ( txt file in je lang directory ) updaten
plus je search wordlist ( txt file in je lang directory ) updaten

Code: Selecteer alles
##
## Also phpBB uses a blacklist of words (a text file containing one word per line) that you don't want to be indexed.
## If you are using the default english language, this file is "language/lang_english/search_stopwords.txt".
##
## If you want to find your most commonly used words, so you can put some of them into the blacklist,
## you can run the following db query in phpmyadmin before running this mod :
##
## SELECT swl.word_id, swl.word_text, COUNT(swm.word_id) as total
## FROM `phpbb_search_wordlist` swl, `phpbb_search_wordmatch` swm
## WHERE swl.word_id = swm.word_id
## GROUP BY swm.word_id
## ORDER BY total
## DESC LIMIT 0,50
Freelance webdevelopment, including phpbb2 scripting!
Website founder van: phpBBinstallers.net phpBBantispam.com
Mods: zie op http://www.phpbb.com Blog in wording: RamonFincken.com
Website founder van: phpBBinstallers.net phpBBantispam.com
Mods: zie op http://www.phpbb.com Blog in wording: RamonFincken.com