![]() |
How to change " ft_min_word_len " for MySQL - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: How to change " ft_min_word_len " for MySQL (/thread-7033.html) |
How to change " ft_min_word_len " for MySQL - ahold - 06-23-2009 12:32 AM Welcome, Please tell me how to change "ft_min_word_len" limit for MySQL server to 3 words ? I can't find it in /etc/mysql/my.conf I have set up limit for 3 words for any queries. Regards I figure it out. /etc/mysql/my.conf under [mysqld] section add ft_min_word_len = 3 |