• Wordpress doesn’t create Innodb MySQL by default. I have to convert all tables from MyISAM to Innodb manually.

    I’m using Multisite WordPress. If I create a new subsite, it still creates MyISAM. So is there a solution to use Innodb by default?

    Thanks for your helps.

Viewing 1 replies (of 1 total)
  • Unless things have changed recently that I’m not aware of, WordPress does not actually specify any table type in its CREATE statements. It simply uses MySQL’s default table engine which should be InnoDB from MySQL version 5.5 onwards.

    So can you please check and confirm that the *default* table type configured for your MySQL server is actually InnoDB?

Viewing 1 replies (of 1 total)
  • The topic ‘Force future subsites running on Innodb’ is closed to new replies.