> the correct syntax is WITHOUT quotes and WITHOUT spaces.
--ft_min_word_len=2
or
-O ft_min_word_len=2 <-- but -O is obsolete
but not
-O 'ft_min_word_len = 2'
But we want to set this variable in my.cnf, so the syntax shouldn't be like this: set-variable = ft_min_word_len=2
??
Yes, that should work. Can you copy and paste your my.cnf file here, or at leasts the [mysqld] group from it? Thanks. Maybe there is something about the surrounding context that is odd.
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
-- Paul DuBois, Senior Technical Writer Madison, Wisconsin, USA MySQL AB, www.mysql.com
Are you MySQL certified? http://www.mysql.com/certification/
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]