PDA

View Full Version : MYSQL Error


Bloodshot
4-18-05, 07:41 PM
Heya,

I'm getting a MYSQL error on my vbAdvanced page. It goes as follows:

Invalid SQL:
SELECT session.userid, username, usergroupid, (user.options & 512) AS invisible,
IF(displaygroupid = 0, user.usergroupid, displaygroupid) AS displaygroupid
FROM vb3_session AS session
LEFT JOIN vb3_user AS user USING (userid)
WHERE session.lastactivity > 1113862480
ORDER BY invisible ASC, username ASC

mysql error: Lost connection to MySQL server during query

mysql error number: 2013


http://www.gothtopic.com/gothware/cmps_index.php

Is this a server issue?

tsvas
4-18-05, 09:47 PM
Looks like MySQL server is down at that time. Check tables using PHPMyAdmin