I have SSH'd into my MySQL console via PuTTY.
I do this because the database I'm on is shared hosting. I don't have access to the my.ini
file.
How do I set ft_min_word_len
to 2
. Its current, default value is 4
. How do I change it via the MySQL console?
According to this post Can I change "ft_min_word_len" on shared hosting? you can't set that without admin privileges. Also setting the full text min length to 2 will degrade full text performance and cause a lot of stop words to be searched.