Add Comment

You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.

To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.

This is the comment you were replying to, attached to the article Searching MySQL databases with fulltext indexes:


Re: Searching MySQL databases with fulltext indexes
Posted by Anonymous (84.113.xx.xx) on Thu 13 Mar 2008 at 06:52
For my Mediawiki i changed this and it works. If somebody needs it:

-------------------------------------------------------
Search in Mediawiki words or numbers with 3 characters:
1) ----------------------------------------------------
in
/etc/mysql/my.cnf
add the following line (if they do not exist):

[myisamchk]
ft_min_word_len = 3

[mysqld]
ft_min_word_len = 3

2) ----------------------------------------------------
Restart your MySQL server with this command in your shell:
/etc/init.d/mysql restart

3) ----------------------------------------------------
In phpmyadmin select your mediawiki-database, go to SQL and execute:
REPAIR TABLE yourwikiprefix_searchindex;

Username:Anonymous
Title:
Your Comment:

Posting Format:

 

Inappropriate comments will be removed.

Some help on entry formatting is available

User Login

Username:

Password:

[ Advanced Login ]

Register Account

Quick Site Search