SELECT * FROM `the table you are searching in` WHERE MATCH (the column you are searching in) AGAINST ('the item you are searching for');