Multiple choice general knowledge science & technology

MySQL Proxy an interface between mysql client and mysql server is written in:

  1. dempy's script

  2. lotus script

  3. lua script

  4. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

MySQL Proxy is written in Lua and uses Lua scripting to intercept, analyze, and modify queries passing between MySQL clients and servers. This provides powerful extensibility for query routing, monitoring, and modification.