MySQL Proxy is a simple and new program that sits between your client and MySQL server(s) that can monitor, analyze or transform their communication. Its flexibility allows for a wide variety of use cases, including:
a) Load balancing
b) Failover
c) Query analysis
d) Query filtering and modification
e) and many more...
MySQL Proxy tutorial
Oreilly has published a nice tutorial using MySQL proxy application:
MySQL Proxy is a lightweight binary application standing between one or more MySQL clients and a server. The clients connect to the Proxy with the usual credentials, instead of connecting to the server. The Proxy acts as man-in-the-middle between client and server.
In its basic form, the Proxy is just a redirector. It gets an empty bucket from the client (a query), takes it to the server, fills the bucket with data, and passes it back to the client.
If that were all, the Proxy would just be useless overhead. There is a little more I haven't told you yet. The Proxy ships with an embedded Lua interpreter. Using Lua, you can define what to do with a query or a result set before the Proxy passes them along.
Download MySQL proxy
You can download MySQL proxy here
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 10 comments… read them below or add one }
Anyone tested this already? Sounds relly nice, but seems to be very new software…
Yes, anyone out there who have tested this? espcialy on a set of freebsd servers?
I have tested on a lab and it works fine. ItÅ› a new software and have something to improve.
mysql-proxy which running on freebsd 7.2 not open a port
anyone tested proxy + replication and read-only / read-write back-ends ?
actually i wanna try this for my final project undergraduate
but is it possible to create load balancer based on performance from database server using this one? :)
i jus try it this week and i think that is a great software and a easy one to perform a load balanced cluster, but mysql-proxy works with lua scripts and only works with one each time, you need to learn hot to program in lua to make a failover, load balanced cluster with mysql-proxy only..
mysql-proxy can be great but it needs more time and development.
Hi Vivek ,
Can use mysql proxy for the production which has 20lakhs hit to the page and lots of inserts and writes, and reads, Pleas guide me if yes like which version i have to use and, can you suggest me the read write lua scripts. if mysql proxy is not suitable what is the opensource alternate to split the mysql db.
Advance thanks
This is in alpha and MySQL recommends not to use in production.
I’ve extensive experience on mysqlproxy. If anyone want to know the details, please ;et me know