Forum Moderators: open
However my server administrator said that these weren't mysql variables:
ft_min_word_len=1
ft_stopword_file = /etc/noisewords.txt
The altered my.cnf file looked like this:
[mysqld]
safe-show-database
innodb_data_file_path=ibdata1:10M:autoextend
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
ft_min_word_len=1
ft_stopword_file = /etc/noisewords.txt
[mysql.server]
user=mysql
basedir=/var/lib
[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
[myisamchk]
ft_min_word_len=1
ft_stopword_file = /etc/noisewords.txt
[dev.mysql.com...]