MyBB Community Forums

Full Version: site is done and shows MySQL server has gone awayafter data import.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am working on my local pc and i have migrated data from other db.
when i run these quries on mysql it runs ok.

but my local site is not opening. from admin, on rebuild and recoutn cache it shows error etc.

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2006 - MySQL server has gone away
Query:
SELECT t.*, u.username FROM mybb_threads t LEFT JOIN mybb_users u ON (u.uid=t.uid) WHERE 1=1 AND t.visible='1' AND t.closed NOT LIKE 'moved|%' ORDER BY t.lastpost DESC LIMIT 0, 10


That's host issue. You've to contact them to resolve.