Why recommend MyISAM ?
-
Hello,
Just installed this plugin to try it, got this message :
YARPP’s “consider titles” and “consider bodies” relatedness criteria require your wp_posts table to use the MyISAM enginefulltext indexing feature. Unfortunately your table seems to be using the InnoDB engine. Because fulltext indexing is not supported by your current table engine, these two options have been disabled.
To restore these features, please do the following:
Convert your wp_posts table to MyISAM engine by executing the following SQL code on your MySQL client or terminal:
ALTER TABLEwp_posts
ENGINE = MyISAM;A quick Google search shows : InnoDB is better than MyISAM, you should use InnoDB most of time
Is it because YARPP is obsolete ?
Thanks for the free plugin anyway
Kind regards
- The topic ‘Why recommend MyISAM ?’ is closed to new replies.