This document describes MySQL Proxy, a transparent proxy for MySQL that allows requests to be transformed, handled, or blocked. It provides features like load balancing, failover, query rewriting, profiling, and auditing through an embedded Lua scripting language. The goal is to make MySQL more flexible and add capabilities like read/write splitting without modifying applications or MySQL itself.