Re: Problem with database connections

2007-06-11 Thread Roger Blum
Grant Cox wrote: > Search this group and you'll see it's come up a few times. Apparently > it's a bug in the php mysql connector, where having two different > database connections with the same authentication doesn't work (it > confuses which connection to use). If you use a different username/

Problem with database connections

2007-06-08 Thread Roger Blum
Hi all, I have the following weird problem when using more than one model with different database configurations in the same controller (Cake version 1.1.13.4450). My app has models which correspond to tables in different databases: DB a (user A) = default connection DB b (user A) DB c (user C)