You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Setting the minimum word length for MySQL text search MySQL / General Guides
MySQL text search function comes by default with a minimum word length of four letters.If you try searching for the word 'PHP', you'll get zero matches even if there are.As of MySQL 4.x.x you can change the minimum word length to whatever you want. That is how you do it.