DB Load balancing

I have 2 mysql databases are that in a circular replicated setup.

I’m trying to set up yii so it will use both databases in either a load balanced or failover config?

Thanks!

Vanilla Yii doesn’t support that. Perhaps mysql proxy is of interest to you?

Please check those wikis:

http://www.yiiframework.com/wiki/78/multiple-databases-and-multiple-domains/

http://www.yiiframework.com/wiki/123/multiple-database-support-in-yii/