The MySQL proxy got some final touches to make it ready for the first release:
- a command-line interface
- some more mode descriptions for the different modes of operation
You can choose between three modes for now:
- pseudo server
- injection proxy
* replication client
For the future we plan:
- connection pooling
* replication filtering and off-loading
The options so far:
$ mysql-proxy --help --listen-port=<port> port the pseudo mysql-server should listen on in server-mode (default: 4040) --server-port=<port> port of the remote mysql-server in proxy- and reverse-mode (default: 3306) --server-ip=<ip> ip-address of the remote mysql-server in proxy- and reverse-mode (default: 127.0.0.1) --replication-user=<user> user-account …[Read more]