Hi, every body
I'm using windows XP and MySQl 4.0.17.
I would like to set the ft_min_word_len for fulltext searching.
I try to set it in my.ini, but it fail.
Also, I type in the following command:
1. C:\mysql/bin>mysqld -O ft_min_word_len=2
2. mysql> set-variable=ft_min_word_len=2
All of them are fail.
Can anyone give me any suggestion?
Please help.