PDA

View Full Version : mySQL error: Too many connections


COLDlittleice
2-24-04, 11:58 AM
Eeh, so I am getting the following error when I attempt to access my messaeg board.


mySQL query error: SELECT moderator.mid as is_mod, moderator.allow_warn, m.id, m.name, m.mgroup, m.password, m.email, m.restrict_post, m.view_sigs, m.view_avs, m.view_pop, m.view_img, m.auto_track,
m.mod_posts, m.language, m.skin, m.new_msg, m.show_popup, m.msg_total, m.time_offset, m.posts, m.joined, m.last_post,
m.last_visit, m.last_activity, m.dst_in_use, m.view_prefs, m.org_perm_id, m.temp_ban, m.sub_end, g.*
FROM ibf_members m
LEFT JOIN ibf_groups g ON (g.g_id=m.mgroup)
LEFT JOIN ibf_moderators moderator ON (moderator.member_id=m.id OR moderator.group_id=m.mgroup )
WHERE m.id=1

mySQL error: Too many connections
mySQL error code:
Date: Tuesday 24th of February 2004 03:54:12 PM

My website loads fine, it's just the message board. Also, when I try to access my admin, I get the following error message:

mySQL query error: DELETE FROM ibf_admin_sessions WHERE RUNNING_TIME < 1077630861

mySQL error: Too many connections
mySQL error code:
Date: Tuesday 24th of February 2004 03:54:21 PM


Any thoughts?? I'm lost :(