MyBB Community Forums

Full Version: mybb_sessions' is marked as crashed and should be repaired
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my forum is not working giving error
145 - Table './singhs_mybb/mybb_sessions' is marked as crashed and should be repaired
SELECT * FROM mybb_sessions WHERE sid='54bd9189425b03122ba064b255914bb9' AND ip='117.***.***.***' LIMIT 1

i repaired table but it was not useful
then i tried and changed engine= memory it also not worked
at last i deleted all data of table mybb_sessions
but still problem is still there and site is not working
click here to see my forum

please guide.
thanks in advance
Run the following query for repairing;
REPAIR TABLE `mybb_sessions`;
Make sure you're selecting the correct database in phpmyadmin.
(2013-02-16, 02:26 PM)Yaldaram Wrote: [ -> ]Run the following query for repairing;
REPAIR TABLE `mybb_sessions`;
Make sure you're selecting the correct database in phpmyadmin.

Quote:thanks i was using wrong database thanks