MySQL FULLTEXT Minium Word Size

If you want to change the default minium word size in a MySQL FULLTEXT search.

Find / add the following to ‘my.cnf‘.

ft_min_word_len = 3

Then restart mysql.

Then do a repair on the tables which have FULLTEXT indexes.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • TwitThis

Leave a Reply