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