I have a database, there already has 300,000+ rows in it. Now I want add a full-text search function? I want to update my table field myassac.title support a full-text search. How to control in the phpmyadmin with sql sentence? Thanks.
I have a database, there already has 300,000+ rows in it. Now I want
Share
As long as the
myassactable is a MyISAM type table (InnoDB does NOT support fulltext indexes), then it’s a simple matter of