MyBB Community Forums

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

SQL Error:
145 - Table './working_apnamanch/bbmybb_sessions' is marked as crashed and should be repaired
Query:
DELETE FROM bbmybb_sessions WHERE ip='117.212.95.190'
Run the following query in phpMyAdmin
REPAIR TABLE `mybb_sessions`;
repaired..still the same.
Make sure you're running on selecting the correct database.
done.... correct query was
REPAIR TABLE bbmybb_sessions;