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;
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;