Changing ft_min_word_len

2002-03-01 Thread Steve Rapaport
I need to change the variable ft_min_word_len, in mysql 4.0.1 The manual doesn't say how: Here's the closest it comes: SHOW VARIABLES shows the values of some MySQL system variables. You can also get this information using the mysqladmin variables command. If the default values are

Re: Changing ft_min_word_len

2002-03-01 Thread Sergei Golubchik
Hi! On Mar 01, Steve Rapaport wrote: I need to change the variable ft_min_word_len, in mysql 4.0.1 The manual doesn't say how: Here's the closest it comes: SHOW VARIABLES shows the values of some MySQL system variables. You can also get this information using the mysqladmin variables

Re: Changing ft_min_word_len

2002-03-01 Thread Paul DuBois
At 21:02 +0100 3/1/02, Steve Rapaport wrote: I need to change the variable ft_min_word_len, in mysql 4.0.1 It's a server variable, so you set it the same way as another other variable. Here's what's in my my.cnf file: [mysqld] set-variable= ft_min_word_len=3 The manual doesn't say how: