MyBB Community Forums

Full Version: mybb sql error help needed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi i`ve got this error
MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
145 - Table './mybb_/mybb_sessions' is marked as crashed and should be repaired
Query:
DELETE FROM mybb_sessions WHERE uid='1'
Please contact the MyBB Group for support.
can some1 help please my site is www.vauxhallmodified.com
Run the following in phpMyAdmin:

repair table mybb_sessions

You might also want to run this query too to prevent it crashing in the future:


alter table mybb_sessions engine=memory
where do i put that code m8

i got it now, that fixed it thank you i`d be stuck without this forum lol
CPanel > database Management > PhpMyAdmin > select your database > click on SQL tab > and paste the query > and hit Go button.