RE: Set variable ft_min_word_len

2003-07-22 Thread Paul DuBois
tax 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 Fo

Re: Set variable ft_min_word_len

2003-07-22 Thread Sergei Golubchik
; -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 It could be - this syntax is still supported. But preferred

RE: Set variable ft_min_word_len

2003-07-22 Thread Marek Lewczuk
> 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 t

Re: Set variable ft_min_word_len

2003-07-22 Thread Sergei Golubchik
Hi! On Jul 22, Marek Lewczuk wrote: > On our Linux server we get this error: > 030722 08:09:55 mysqld started > /usr/local/mysql/bin/mysqld: ERROR: unknown variable 'ft_min_word_len = 2' > 030722 08:09:55 mysqld ended [...] the correct syntax is WITHOUT quotes and WITHOUT spaces. --ft_min_w

RE: Set variable ft_min_word_len

2003-07-21 Thread Marek Lewczuk
> > At 8:20 +0100 7/22/03, Marek Lewczuk wrote: > >On our Linux server we get this error: > >030722 08:09:55 mysqld started > >/usr/local/mysql/bin/mysqld: ERROR: unknown variable > 'ft_min_word_len = > >2' 030722 08:09:55 mysqld ended [...] > > > >It's strange becouse I can set this variable

Re: Set variable ft_min_word_len

2003-07-21 Thread Paul DuBois
At 8:20 +0100 7/22/03, Marek Lewczuk wrote: On our Linux server we get this error: 030722 08:09:55 mysqld started /usr/local/mysql/bin/mysqld: ERROR: unknown variable 'ft_min_word_len = 2' 030722 08:09:55 mysqld ended [...] It's strange becouse I can set this variable through my.ini on my Windows

Set variable ft_min_word_len

2003-07-21 Thread Marek Lewczuk
On our Linux server we get this error: 030722 08:09:55 mysqld started /usr/local/mysql/bin/mysqld: ERROR: unknown variable 'ft_min_word_len = 2' 030722 08:09:55 mysqld ended [...] It's strange becouse I can set this variable through my.ini on my Windows. Anyone can help me solve this problem ?