MyBB Community Forums

Full Version: SQL Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
rogue-nation3.com

Cannot log in, mybb is reporting an sql error.

[Image: dGrQJHj.png]
Asking me to contact the MyBB Group for support. How could I get this fixed?

I have access to the CPanel and PHPMyAdmin.

Thank you,

Solarius - Admin RN3
go to PHPMyAdmin -> your database
select sessions table and do REPAIR
or run this query
REPAIR TABLE `mybb_sessions` 
change table prefix based on your website prefix
All good/ Fixed it in the phpmyadmin. Thank you!