MyBB Community Forums

Full Version: Mysql upgrade
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Help please,
My host has upgraded from Mysql 4.1 to MySQL 5.0, is there any changes i need to make to my forum?

When i try to access my forum, this message appears:

MySQL error: 1033
Table './matcl5_mybb/mybb_datacache' was created with a different version of MySQL and cannot be read
Query: SELECT title,cache FROM mybb_datacache
MyBB should work fine under MySQL 5.x, we've been using it for quite some time. We've also upgraded a number of servers from 4.x to 5.x without issue.

Have you tried contacting your web hosting provider regarding the issue? Normally, if it isn't repairable on a user level, they are able to make the changes needed. Generally, upgrades go without a hitch, however, there's always that .01%.
Hi,

Your host should have run a script which upgrades any MySQL tables, but it looks like they haven't.

If you can contact your host, direct them to the following page: http://dev.mysql.com/doc/refman/5.0/en/m...grade.html

Chris
Thanks for your help guys, I will contact my host!