MyBB Community Forums

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

SQL Error:
145 - Table './oaddicts_forum/mybb_sessions' is marked as crashed and should be repaired
Query:
DELETE FROM mybb_sessions WHERE uid='1'

How do I fix this? This occurs when you type in www.oaddicts.com.
Run this in phpmyadmin.

REPAIR TABLE mybb_sessions; 
I will try that.

Apparently Awstats was generating 1 GB error files causing the server to run out of space and ram, after talking with one of my staff.
(2009-06-25, 11:37 AM)Cegaiga Wrote: [ -> ]I will try that.

Apparently Awstats was generating 1 GB error files causing the server to run out of space and ram, after talking with one of my staff.

When I go to your forum, It shows me only this error.
MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error: 
145 - Table './oaddicts_forum/mybb_sessions' is marked as crashed and should be repaired 
Query: 
DELETE FROM mybb_sessions WHERE ip='MY IP ADDRESS' 
Please contact the MyBB Group for support.

In this case only this query shouold be Run
REPAIR TABLE 'mybb_sessions';
That's exactly what Josh already said to do.

You need to talk to them again if this is happening again. Also, see this: http://www.mybbcentral.com/thread-790.html