i'm trying to change the minimum word length for my fulltext columns at my remote server using phpmyadmin.
i'm submiting this SQL-query through phpmyadmin:

SET ft_min_word_len=3;

but i get the error:
Unknown system variable 'ft_min_word_len'

this is odd, because it says this is possible in the manual

is it possible to change the ft_min_word_len from my web hosting provider for my fulltext columns?

    5 days later

    Are you sure your host is running a compatible version of MySQL?

    Are you sure your MySQL user has permissions to set global configurations?

      Write a Reply...