Why can't I set ft_min_word_len? According to the docs, this is available in 4.0. Do I have to use some other syntax?
Set it at server startup time.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mysql> select version(); +-----------+ | version() | +-----------+ | 4.0.12 | +-----------+
mysql> set ft_min_word_len=3; ERROR 1193: Unknown system variable 'ft_min_word_len' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- Paul DuBois, Senior Technical Writer Madison, Wisconsin, USA MySQL AB, www.mysql.com
Are you MySQL certified? http://www.mysql.com/certification/
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]