MyBB Community Forums

Full Version: MyBB MySQL error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i get this error how do i fix it?

Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
145 - Table './b9_*0*5*0*8_*******/mybb_sessions' is marked as crashed and should be repaired
Query:
DELETE FROM mybb_sessions WHERE uid='1'
Run the following query on the database:

repair table mybb_sessions;
Go to phpmyadmin, open your database and run this query:

REPAIR TABLE mybb_sessions;

EDIT: ninja'd
It tells me to choose a column?!?
Did you open the MyBB database before running the query?
What do you mean? I opened the database I use with MyBB it then tells me to choose columns to run the query!
Make sure you select your forum database, and then press the SQL tab and enter that query. Smile
Thanks Shannon, Nathon and eunator for helping!

+1 to each of you Smile