MyBB Community Forums

Full Version: MyBB has experienced an internal SQL error and cannot continue.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am getting an error with my forum

Quote:SQL Error:
145 - Table './biofarma_mybbfut/mybb_sessions' is marked as crashed and should be repaired
Query:
SELECT * FROM mybb_sessions WHERE sid='918b748751d9f70202c1e92dbeaf8c10' AND ip='89.37.10.222' LIMIT 1


How can remove this error?
http://www.mybbcentral.com/thread-790.html

You can temporary use the query to repair crash tables too.

Also have a look at it, it would help you solving this problem:

http://community.mybb.com/thread-32115.html
Simply run this query in your phpmyadmin;
REPAIR TABLE `mybb_sessions`;
(2011-05-12, 09:08 AM)Yaldaram Wrote: [ -> ]Simply run this query in your phpmyadmin;
REPAIR TABLE `mybb_sessions`;

Thanks, worked Smile