This is a discussion on Load Balancing within the MySQL Database forums, part of the Database Forums category; I'm currently trying to set up a redundancy MySQL architecture (web application + mysql client console). To do this, I'...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm currently trying to set up a redundancy MySQL architecture (web
application + mysql client console). To do this, I'v setted up a mysql replication with one master and 2 slaves. My expectation is to send all select queries to the slaves with load balancinf and the DML queries (Delete,Insert,Udate...) to the master. I tried SQL Relay with no success, i found a patch specific for mysql Does anyone has already find a solution ? regards |