Myisam

WordPress site uses MyISAM, should I switch to InnoDB necessary?
Should I use InnoDB or MyISAM? Does WordPress use InnoDB? Is MyISAM deprecated? How do I change MyISAM to InnoDB in MySQL? Is MyISAM faster than InnoD...
Is it safe to convert tables from MyISAM to InnoDB?
You can convert MyISAM to InnoDB fairly easily. This example is below is using the wp_comments table. Simply run the ALTER command to convert it to In...