#1191 - Can't find FULLTEXT index matching the column list [duplicate]
问题 This question already has answers here : Can't find FULLTEXT index matching the column list (indexes is set) (3 answers) Closed 4 years ago . Iam trying to execute this query in my xampp, but it is not turning up. SELECT pid,description,alttext FROM wp_ngg_pictures WHERE MATCH (description, filename, alttext) AGAINST ('*image2*' IN BOOLEAN MODE) AND exclude != 1 it has returned this error #1191 - Can't find FULLTEXT index matching the column list. can any one help me plz 回答1: ALTER TABLE