MyBB Community Forums

Full Version: mySQL error: 2013
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hallo anybody,

I have installed forum succesfully (no faults occuring) but on first calling admin index.php when Forums Control Panel appears following error occurs:

mySQL error: 2013
Lost connection to MySQL server during query
Query: SELECT COUNT(*) AS numusers FROM mybb_users


On trying to open the forum following error occurs:

mySQL error: 2013
Lost connection to MySQL server during query
Query: SELECT s.sid, s.ip, s.uid, s.time, s.location, u.username, u.invisible, u.usergroup, u.displaygroup FROM mybb_sessions s LEFT JOIN mybb_users u ON (s.uid=u.uid) WHERE s.time>'1144052018' ORDER BY u.username ASC, s.time DESC


I have following systems on server:

PHP Version 5.05
MySQL 4.1.12
phpMyAdmin 2.4.0


At the moment different forums (phpBB 2.0 and wbblite) are operating on above mentioned server constellation without making any problems.

Do you have any idea, what is the problem??

Thanks in advance for your help

OTTO
This seems to be a problem with your server. It's something we cannot solve over here.