Forum Moderators: coopster

Message Too Old, No Replies

ft_min_word_len (MYSQL)

         

hswaseer

7:42 am on Jun 17, 2005 (gmt 0)

10+ Year Member



Hi

I want to set the limit of ft_min_word_len to 3 characters but mysql is installed on my
webhosts server and i don't have access to the files.

what to do?

Thanks

HS

RonPK

9:14 am on Jun 17, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



> what to do

In the to-do-list in the manual it says "Make the model more flexible (by adding some adjustable parameters to FULLTEXT in CREATE TABLE and ALTER TABLE statements)." So maybe sometime in the future min_length can be set on the fly.

coopster

1:34 pm on Jun 17, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



See if your host allows User-specific options [dev.mysql.com].

They would have to restart the server and you would need to rebuild your indexes, too -- [dev.mysql.com...]