I am trying to execute a lua script from mysql proxy.
I wrote a script called login.lua .I installed mysql-proxy successfully.I tried to invoke the command mysql-proxy --proxy-lua-script=/path/to/login.lua
And then i started the mysql client and entered password to login.
I am expecting mysql client to invoke mysql proxy and hence expecting login.lua to get executed on the command-line. Is this an expected behaviour? If so,am i missing any configuration that is responsible for the client to invoke the proxy ??
Please help