Notifications
Clear all

wpForo 1.x.x [Closed] MyISAM table wpforo_posts

2 Posts
2 Users
0 Likes
633 Views
Posts: 530
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 6 years ago

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
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

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.