Jump to content

Featured Replies

Posted

I'm seeing the following in my Invision power board list of warnings/issues.

The hosting provider says this is supported.

Is there anything further I can do to fix this/check for issues?

Cheers,
Gavin.

Screen Shot 2022-03-12 at 11.51.27 pm.png

Screen Shot 2022-03-12 at 11.51.32 pm.png

Looks like this may be the solution.

 

Solved by Jim M

Go to solution
  • Community Expert
  • Solution

The conversion from MyISAM to InnoDB is not something which the software can do.

If you are uncomfortable performing this, you will need to have your hosting provider (or a server administrator) convert your tables from MyISAM to InnoDB. Please ensure that they take a backup prior to doing so in case something goes wrong 🙂 .

Have you instal third party application recently? asking as sometimes the authors forgetting to implement only thing rule to tell it to use the default engine on installation. If so, contact with the author and ask him to update the files, then uninstall application and instal again after update so your server will pick up the correct engine...

This also happens because MyISAM is the default storage engine in MySQL. Unless the server admin changes the default, tables would get created in MyISAM if innodb is not implicitly specified. 

Recently Browsing 0

  • No registered users viewing this page.