Endless Paradigm

Full Version: MySQL errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
I got that trying to load the new pandora creator thread.
Quote:MySQL error: 5
Out of memory (Needed 1677304 bytes)
Query: SELECT s.sid, s.ip, s.uid, s.time, s.location, u.username, u.invisible, u.usergroup, u.displaygroup, u.nameformat FROM mybb_sessions s LEFT JOIN mybb_users u ON (s.uid=u.uid) WHERE s.time>'1190890698' ORDER BY u.username ASC, s.time DESC

Quote:MySQL error: 1135
Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
Query:
my latest 2
me also

MySQL error: 5
Out of memory (Needed 1677712 bytes)
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>'1190890144' ORDER BY u.username ASC, s.time DESC
yep as posted before me:

MySQL error: 5
Out of memory (Needed 1677304 bytes)
Query: SELECT s.sid, s.ip, s.uid, s.time, s.location, u.username, u.invisible, u.usergroup, u.displaygroup, u.nameformat FROM mybb_sessions s LEFT JOIN mybb_users u ON (s.uid=u.uid) WHERE s.time>'1190890160' ORDER BY u.username ASC, s.time DESC
new 1

MySQL error: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' WHERE uid='1859' AND tid IN (4238,3671,4177,2665,550,298,638,4273,4204,4203,4' at line 1
Query: SELECT tid,uid FROM mybb_pos WHERE uid='1859' AND tid IN (4238,3671,4177,2665,550,298,638,4273,4204,4203,4211,4201,4145,4178,3512,41754128,4090,4133,4036)
Modified configuration to lower memory usage.  At least the server ain't hitting 100% now, staying stable at around 80%.

@squee666 - where'd you get that error?  It would be a bug, not really a site wide error...
i just got one saying

MySQL error: 5
Out of memory (Needed 1677712 bytes)
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>'1190958416' ORDER BY u.username ASC, s.time DESC
*Loads SPNKr, aims at naughty server*

Wait, that accidentally sounded dirty...Think Halo, it makes sense.
as was in the forum index and tryed to open 2 different threads in 2 different tabs one of them became that when i tryed to open the graphics section in a different tab
MySQLi error: 5
Out of memory (Needed 1042848 bytes)
Query: SELECT s.sid, s.ip, s.uid, s.time, s.location, u.username, u.invisible, u.usergroup, u.displaygroup, u.nameformat FROM mybb_sessions s LEFT JOIN mybb_users u ON (s.uid=u.uid) WHERE s.time>'1191241503' ORDER BY u.username ASC, s.time DESC

^^still getting that one, and no i did not right MYSQLi by accident, that's just a straight copy and paste from the error (although it could be really be MYSQL)
Pages: 1 2 3 4 5 6 7
Reference URL's