MyBB Community Forums

Full Version: Forum crashed again.....My options for fixing it?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

My forum crashed once again, this hasn't happened in a long time. It's a broken table. Do I have any options for fixing this myself or do I have to contact my host to take care of it? Please advise.

Here is a link to the error message: http://www.asianadventures.org/forum/index.php


Thanks all.
if you have access to your database then you can run below SQL Query
REPAIR TABLE  `mybb_sessions`
(2011-08-09, 04:30 AM)ranjani Wrote: [ -> ]if you have access to your database then you can run below SQL Query
REPAIR TABLE  `mybb_sessions`

That's all? That was quick.

Thanks
^ yes, try that ...
(2011-08-09, 04:36 AM)ranjani Wrote: [ -> ]^ yes, try that ...

It worked. But I had to do the same for 'Mybb_threadsread'.
^ some of the SQL error messages are straight forward - they tell us what to do in simple words !!
Thanks again
If this happens to your forum a lot, take a look here.