How can I change ft_min_word_len
only for a specific database or table? Is it possible?
Thanks!
How can I change ft_min_word_len
only for a specific database or table? Is it possible?
Thanks!
MySQL's ft_min_word_len
is a global server-system variable and cannot be separately set for individual databases or tables.
As a workaround, as suggested in this other SO question, you could "pad" each word and search with some placeholder value.
It is a database parameter, it cannot store the values for defined schemes or tables. Here you can see how it should be changing for DB server : http://www.tiplib.com/117/change-ft_min_word_len-variable