MyBB Community Forums

Full Version: Help. SQL Error Message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

My mybb forum is not accessible. Sad

This is the error message i get:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
145 - Table './bett5819_mybb50/mybb_sessions' is marked as crashed and should be repaired
Query:
SELECT * FROM mybb_sessions WHERE sid='f85748df9427d5ffeb24b682a90c9d18' AND ip='210.195.124.239' LIMIT 1


i'm currently using version 1.6.8

Please help!
if you have access to database manager then run below SQL query
REPAIR TABLE `mybb_sessions` 

see this guidance if required --> Common SQL queries and how to run them
Thank you soooo much! Big Grin
Worked like a charm!