techiefreak05 Posted May 8, 2007 Share Posted May 8, 2007 Currently, I need to connect to 4 different databases on one page to extract information. But 1 of the 4 connections isnt working, is there a limit of 3 connections or something? Link to comment https://forums.phpfreaks.com/topic/50556-how-many-connections-can-you-have/ Share on other sites More sharing options...
per1os Posted May 8, 2007 Share Posted May 8, 2007 Not that I heard of, maybe search www.php.net/mysql_connect I would also look into the php.ini file. Honestly I never connected to more than one DB. It could also be a DB server problem, did you test trying to connect to that DB alone without the others? Link to comment https://forums.phpfreaks.com/topic/50556-how-many-connections-can-you-have/#findComment-248465 Share on other sites More sharing options...
papaface Posted May 8, 2007 Share Posted May 8, 2007 Your host may limit the amount of connections you can make. Link to comment https://forums.phpfreaks.com/topic/50556-how-many-connections-can-you-have/#findComment-248467 Share on other sites More sharing options...
marcus Posted May 8, 2007 Share Posted May 8, 2007 Take a look at: http://us.php.net/manual/en/function.mysql-pconnect.php#56804 Link to comment https://forums.phpfreaks.com/topic/50556-how-many-connections-can-you-have/#findComment-248470 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.