Multiple Database Connection Problems |
[eluser]Kamarg[/eluser]
I believe the problem is in the way mysql_connect (or probably any of the *_connect methods) work. It will reuse a connection with the same hostname/username/password unless the fourth parameter is set to true. Unfortunately, I'm unaware of any way to force CodeIgniter to pass that parameter as true without changing core files. |
Messages In This Thread |
Multiple Database Connection Problems - by El Forum - 12-02-2009, 05:50 PM
Multiple Database Connection Problems - by El Forum - 12-03-2009, 01:45 AM
Multiple Database Connection Problems - by El Forum - 12-03-2009, 10:38 AM
Multiple Database Connection Problems - by El Forum - 12-03-2009, 01:09 PM
Multiple Database Connection Problems - by El Forum - 12-03-2009, 01:14 PM
Multiple Database Connection Problems - by El Forum - 12-03-2009, 04:38 PM
Multiple Database Connection Problems - by El Forum - 12-03-2009, 06:05 PM
|