Does anyone by chance have a working example of mysql-proxy lua script this can:
I am using MySQL Proxy. When I type command like "show databa;" I should get error messages from MySQL server, which is forwarded by MySQL Proxy. How can I access this error message, modify it, and then send the modified error message to the client?
Is it possible to connect database with c code, if yes then how?
If possible share the sample code for connecting to a MySQL database and run a sample query....