0

Hi I am looking to change the minimum amount of characters MySQL needs to do a full text search and I can't seem to find that file. The code I am looking to paste in is ft_min_word_len=3 What file do I paste this in on lampp Ubuntu and then do I save and restart the server?

Thank you I am a noob so please do a simple explanation! :)

1 Answers1

1

I don't exactly remember where is it, but the file you want to change is : my.cnf. Most of the time he is located in /etc/my.cnf or /etc/mysql/my.cnf or directly in you datadir. Put this parameter below [mysqld] and restart the service.

Edit : Maybe here : /opt/lampp/etc/my.cnf

Jérémy Munoz
  • 344
  • 2
  • 8