Apr 03, 2021 2:28 pm
Is it normal for wpforo_posts table to be MyISAM while the rest of the tables are InnoDB?
Using MySQL 8.0.23
I found some old posts that wpforo uses both MyISAM and InnoDB, is it safe to change the table to InnoDB? Would it make any difference in speed?
1 Reply
Apr 04, 2021 6:11 am
It's better to convert to InnoDB if your MySQL is 5.6 and higher. Just create a copy of the wp_wpforo_post table or backup it then converts to InnoDB.