Schedule: MySQL Proxy: monitor, analyze and transform queries
| Speakers | |
|---|---|
|
Jan Kneschke |
| Schedule | |
| Day | Sunday |
| Room | Ferrer |
| Start time | 15:00 |
| End time | 15:15 |
| Duration | 00:15 |
| Info | |
| Event type | Lightning-Talk |
| Track | Lightning Talks |
| Language | English |
| Media | |
| Slides (PDF) | |
| Video (Ogg/Theora) | |
MySQL Proxy: monitor, analyze and transform queries
Using MySQL Proxy for scale out, tracking queries, modifying and denying SQL. All controlled by a LUA script, transparent to the application and with as little latency as possible.
MySQL Proxy is a simple program that sits between your client and MySQL server(s) that can monitor, analyze or transform their communication. Its flexibility allows for unlimited uses; common ones include: load balancing; failover; query analysis; query filtering and modification; and many more.