ProxySQL[0] acts as a proxy for MySQL. It features two connections:
- Default port 6033: normal MySQL protocol for proxying
- Default port 6032: admin interface utilising the MySQL protocol
On the admin interface you use a SQL like language. You can connect to it with the mysql command line tool. HeidiSQL however fails to connect to the admin interface, because it relies on certain MySQL features. I get the message "SQL error (1045): no such function: CONNECTION_ID" when trying to connect.
Would it be possible to support the ProxySQL admin interface?