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
; -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
> 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
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
>
> 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
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
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 ?