MyBB Community Forums

Full Version: [help]MyBB SQL Error?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Someone please help me... i try to access my site, and then i found this error massage:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1040 - Too many connections
Query:
    [READ] Unable to connect to MySQL server 

Please help me... Sad

Thanks before...
As it says, there are too many connections to the database; contact your host and ask them to increase your max_user_connections setting.
now i found error like this

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    145 - Table './hackern1_hn/mybb_forumsread' is marked as crashed and should be repaired
Query:
    SELECT f.*, fr.dateline AS lastread FROM mybb_forums f LEFT JOIN mybb_forumsread fr ON (fr.fid=f.fid AND fr.uid='1') WHERE f.active != 0 ORDER BY pid, disporder 

SadSadSad
Go into phpMyAdmin, or whatever database manager you have access to, choose your database, find that table in the list, and there should be an option there to repair that table.
It works!!! Big Grin

You solve my problem... Smile

Thanks master... thankyou very much Big Grin