MyBB Community Forums

Full Version: SQL Error 145
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just today I've started to get this error on my forum:

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

SQL Error:
145 - Table './xxxxx/asl_sessions' is marked as crashed and should be repaired
Query:
SELECT * FROM asl_sessions WHERE sid='831c124d1a3991614a26cde6d38f7db2' AND ip=X'd03624a1'

Thanks in advance.
you can try using below SQL query at phpMyAdmin
REPAIR TABLE `asl_sessions` 

see (if required) => common sql queries guidance