froscon2009 - 1.0
FrOSCon
Free and Open Source Software Conference
Speakers | |
---|---|
Jan Kneschke |
Schedule | |
---|---|
Day | Day 1 (2009-08-22) |
Room | C120/OpenSQLCamp |
Start time | 15:15 |
Duration | 01:00 |
Info | |
ID | 465 |
Event type | Lecture |
Track | OpenSQLCamp |
Language used for presentation | English |
Feedback | |
---|---|
Did you attend this event? Give Feedback |
MySQL Proxy: a MySQL toolbox
Architecture and Concepts of misuse
MySQL Proxy is more than just a transparent proxy for MySQL protocol. Looking under the hood you will see plugins, libraries and scripting extensions all working hand in hand. They are designed to be used in non-proxy scenarios, so we do. Let's see how we can misuse them.
Diving into the architecture of the MySQL Proxy, splitting it up into its components and putting them together to implement something new. From working on binary logs, filtering them, merging them to making MySQL 5.1 upgrade easier. All spiced with some scripting and examples.