mysql fulltext index example Example: enable full text search mysql ALTER TABLE table_name ADD FULLTEXT(column_name1, column_name2,…)