ft_min_word_len
When I set word_len to 2 in my.cnf, after restarting MYSQL, I see the following error.
170328 12:41:32 [ERROR] /usr/sbin/mysqld: unknown variable 'set-variable=ft_min_word_len=2'
Any ideas what I'm doing wrong ?
-
Hello, Could you let us know the specific entry you added to your /etc/my.cnf file? There's a StackOverflow thread on this topic at: ft_min_word_len set in local my.cnf? Thank you. 0 -
I tried 'set-variable=ft_min_word_len=2' and 'ft_min_word_len=2', both of which produced similar errors. 0 -
Hello, Could you verify which version of MySQL is installed on the system? Thank you. 0 -
Does 5.5.54 mean anything. Incidentally since trying 'ft_min_word_len = 2' ie a space between =, I don't see those errors. 0 -
Incidentally since trying 'ft_min_word_len = 2' ie a space between =, I don't see those errors.
That value (with the space) matches what's referenced at: ft_min_word_len set in local my.cnf? Ensure to review the top answer on that URL now that the entry is working well. Thank you.0
Please sign in to leave a comment.
Comments
5 comments