What are the mechanics needed to intercept calls being made from web apps to the MySQL C API in Linux?
I want to be able to intercept SQL calls being made and decide whether they should continue to MySQL.
If anyone point me in the right direction that would be greatly appreciated.