MyBB Community Forums

Full Version: Can not optimize db
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Everytime I try to optimize the db it crashes the datacache table!

I think my db is corrupt because it was broken for 3 days and it took us that long just to get the site even running again.

Can I get a mod or something to help and fix the db?
Before you optimize a broken (or corrupt) table, you must repair it.
Run this sql query:
REPAIR TABLE `mybb_datacache`
(2015-07-27, 07:29 PM)adi19 Wrote: [ -> ]Run this sql query:
REPAIR TABLE `mybb_datacache`

Obviously I have already tried this.
When I try to repair the same thing happens
MyBB version is..?
I can optimize every table except for sessions and datacache
My question is...what version mybb are you using?
The better question is what database engine is your mybb_sessions and mybb_datacache using?