Alter table to add a fulltext index
ALTER TABLE tblname ADD FULLTEXT [indexname] (indexcols ...)
1. | Performing Phrase Searches with a FULLTEXT Index | ||
2. | FULLTEXT search index | ||
3. | Create a fulltext index on the combination of TITLE and SUMMARY. | ||
4. | Using fulltext index | ||
5. | Creating a Full-Text Index |