Mysql-Proxy Different Databases Diff Hosts
Team:
I have done some google searches with no success yet. I am attempting to find a solution where the proxy routes queries for different databases to different hosts.
Example
Database A = 192.168.1.2:3306
Database B = 192.168.1.3:3306
When the following is issued
select bla from A; the query is sent to 192.168.1.2
select bla from B; the query is sent to 192.168.1.3
Can anyone point me to a solution?
Subject
Views
Written By
Posted
Mysql-Proxy Different Databases Diff Hosts
3340
March 28, 2011 08:19AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.