I want to reset stop word list in mysql for FULLTEXT search. I have installed WAMP Server in my system which have phpmyadmin to access mysql. But I dont know how to reset st
i wass having same problem. stopwords file must be included under [mysqld] section in my.ini file.
[mysqld] ft_stopword_file = 'D:/stop.txt' then
repair table tablename worked for me.