MySQL Forums
Forum List  »  MySQL Workbench

Re: Change "ft_min_word_len" on index to 3 ?
Posted by: Lee Fairbanks
Date: August 01, 2014 08:44AM

I figured this out.
Finding the ini file on Windows 8 was one of this problems. I found it here:

C:\ProgramData\MySQL\MySQL Server 5.6\my.ini

I had been looking in user Appdata and a number of other folders.

Once found, I stopped MySQL server, opened the my.ini file and added the new variable: ft_min_word_len=3;

However, the my.ini did not have a "ft_min_word_len" line so I just added it to one of the sections:

Saved/closed the file. Started MySQL and did a repair of the database using Workbench tools.

Ran a query and it worked rather well!

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Change "ft_min_word_len" on index to 3 ?
810
August 01, 2014 08:44AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.