OLM3CA Posted August 24, 2006 Share Posted August 24, 2006 Do I always need to close mysql connection after the queries ??I have an error " too many mysql connections" After this,I would like to ask it :) I'have not close any mysql connections.İf this is the problem of that error OK but if it is not What may be the problem ? Link to comment https://forums.phpfreaks.com/topic/18553-need-to-close-it/ Share on other sites More sharing options...
wildteen88 Posted August 24, 2006 Share Posted August 24, 2006 If yoiu use persistant connections (mysql_pconnect) yes you do. However if you are not you shouldn't have to close the database connections, as PHP does this for you at the end of parsing the script.You or your host may set a max connections setting too low. Link to comment https://forums.phpfreaks.com/topic/18553-need-to-close-it/#findComment-79911 Share on other sites More sharing options...
OLM3CA Posted August 24, 2006 Author Share Posted August 24, 2006 Thanx wildteen88 Link to comment https://forums.phpfreaks.com/topic/18553-need-to-close-it/#findComment-79919 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.