php - phpmyadmin, how to update table,field support full-text search with aql sentence? -


i have database, there has 300,000+ rows in it. want add full-text search function? want update table field myassac.title support full-text search. how control in phpmyadmin sql sentence? thanks.

as long myassac table myisam type table (innodb not support fulltext indexes), it's simple matter of

alter table myassac add fulltext (title); 

Comments

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -