Hi, the mysql database server I’m working on hosts several other databases. I want to give a configuration like this:
[mysqld]
ft_min_word_len=2
ft_stopword_file=""
for a specific database only. I don’t won’t to affect these changes to the other databases. Is there a way to do it?
No you can’t because, its a
GLOBALvariable look hereSo you can’t even set it at at every session for that database.