Jump to content

Updating IPB Tables from MYISAM to INNODB


Go to solution Solved by Marc,

Recommended Posts

Posted

Hi there,

We are doing some tuning of our MariaDB and we noticed that the DB engine used by IPB is currently set to MYISAM.

We'd like to update this to INNODB but we don't want to do it without making sure we won't break our IPB or any support requirements.

Can you let us know if there are any special requirements to updating all our IPB tables to INNODB?

Or whether we are simply OK to do it using the following standard command for each table:

ALTER TABLE <databasename>.<tablename> engine=InnoDB;

Many thanks!

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...