WordPress actually specifies no table type in the create statements, so it uses MySQL's default table engine which is InnoDB from version 5.5 onwards.
Which is to say if you changed your DB on the server, it would do this.
WordPress actually specifies no table type in the create statements, so it uses MySQL's default table engine which is InnoDB from version 5.5 onwards.
Which is to say if you changed your DB on the server, it would do this.