Hi all,
I'm having some issues trying to get the following 2 admin queries to work.
1) Select * from proxy_config;
2) Select * from proxy_connections;
When I execute the 2 quries, all I get is ERROR 1105 (07000): error.
I using mysql-proxy 0.8 for windows and running the 2 lua scripts (admin-sql.lua and reporter.lua) from the link - http://dev.mysql.com/doc/refman/5.0/en/mysql-proxy-using-admin.html.
Looking into the code for admin-sql.lua, I realized that I can only execute proxy processlist, querycounter and backends listing. I've tried searching online for reference code and coding it myself, but to no vial.
Would appreciate if any senior here can direct me to a source for proxy on window or how i can code it to work.
Regards
yZ
I'm having some issues trying to get the following 2 admin queries to work.
1) Select * from proxy_config;
2) Select * from proxy_connections;
When I execute the 2 quries, all I get is ERROR 1105 (07000): error.
I using mysql-proxy 0.8 for windows and running the 2 lua scripts (admin-sql.lua and reporter.lua) from the link - http://dev.mysql.com/doc/refman/5.0/en/mysql-proxy-using-admin.html.
Looking into the code for admin-sql.lua, I realized that I can only execute proxy processlist, querycounter and backends listing. I've tried searching online for reference code and coding it myself, but to no vial.
Would appreciate if any senior here can direct me to a source for proxy on window or how i can code it to work.
Regards
yZ