Share
mySQL has full text indexing and searching support from version 5 onwards however there are some limitations. If you need to implement full text indexing then please follow point given below:
1. mySQL allows full text indexing on MyISAM tables and not any other table type. If you try to create a full text [...]
