Fulltext Search on MySQL with a 3 Letter Word

Step 1: Edit /etc/my.cnf
[mysqld]
ft_min_word_len=3

Step 2: Restart mysql
/etc/init.d/mysqld restart

Step 3: Rebuild table index
repair table TABLE_NAME;