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_word_len=2

or 

  -O ft_min_word_len=2      <-- but -O is obsolete

but not

  -O 'ft_min_word_len = 2'
 
Regards,
Sergei

-- 
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, Senior Software Developer
/_/  /_/\_, /___/\___\_\___/  Osnabrueck, Germany
       <___/  www.mysql.com

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to