full-text search mysql 8 code example Example: enable full text search mysql ALTER TABLE table_name ADD FULLTEXT(column_name1, column_name2,…)