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 ? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
OLM3CA Posted August 24, 2006 Author Share Posted August 24, 2006 Thanx wildteen88 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.