… everyone I am using wordpress and drupal, and i converted databases from MyISAM to InnoDB, mysql tunning script gives below results for temp table… your tmp_table_size and/or max_heap_table_size to reduce the number of disk-based temporary tables Note! BLOB…
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
… there are likely going to be people who believe that switching to InnoDB FTS is simply a matter of upgrading to 5.6 and running ALTER TABLE foo ENGINE=InnoDB. In theory… possible to take the MyISAM full-text parser code, convert it to a plugin, and use it for InnoDB FT indexes where you’re expecting MyISAM…

