MySQL Query Router

License: Free ‎File size: N/A
‎Users Rating: 3.3/5 - ‎7 ‎votes

ABOUT MySQL Query Router

MySQLGateway is a simple daemon which receives MySQL queries via TCP/IP and routes them to various servers depending upon the configuration of the gateway. Queries can be forwarded to different servers for different reasons. For example, you may have a replication master and replication slave and require all SELECT statements to always go to the replication slave and all other queries go to the replication master. An alternate scenario is round-robin load balancing across multiple servers. Check out the documentation to discover the range of tricks MySQLGateway offers.