At 9:25 +0100 7/22/03, Marek Lewczuk wrote:
> 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
Hi!
On Jul 22, Marek Lewczuk wrote:
> > 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.
> 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_mi
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