> 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 ?? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]