gple Posted November 26, 2007 Share Posted November 26, 2007 I know why I am getting this message. Is there any code I can write up to find how many connections are open and on what pages they are open. Link to comment https://forums.phpfreaks.com/topic/78958-too-many-connections/ Share on other sites More sharing options...
revraz Posted November 26, 2007 Share Posted November 26, 2007 PHPBB has a nice admin page that shows this info, may be able to look and see how they do it. Link to comment https://forums.phpfreaks.com/topic/78958-too-many-connections/#findComment-399562 Share on other sites More sharing options...
cooldude832 Posted November 26, 2007 Share Posted November 26, 2007 what kind of connections? Link to comment https://forums.phpfreaks.com/topic/78958-too-many-connections/#findComment-399563 Share on other sites More sharing options...
gple Posted November 26, 2007 Author Share Posted November 26, 2007 i think its too many SQL connections open Link to comment https://forums.phpfreaks.com/topic/78958-too-many-connections/#findComment-399564 Share on other sites More sharing options...
revraz Posted November 26, 2007 Share Posted November 26, 2007 Is your code written so you are closing connections after the query's are done? Link to comment https://forums.phpfreaks.com/topic/78958-too-many-connections/#findComment-399574 Share on other sites More sharing options...
gple Posted November 26, 2007 Author Share Posted November 26, 2007 no i know thats the problem but is there anyway to write up something to see where those connections are still open? Link to comment https://forums.phpfreaks.com/topic/78958-too-many-connections/#findComment-399604 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.