TOC

Documentation
Download
SF Project Page
ChangeLog
News




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.



SourceForge.net Logo