There is a mariadb behind a ProxySQL that I am trying to connect to.
When using "debugging tools" like IntelliJ's Database plugin or DBeaver, it only works when we disable "sending application information".
In IntelliJ it is this setting:
On DBeaver (disable Client-Identification):
If we do not disable this identification, we get an error reagarding hostgroups:
ProxySQL Error: connection is locked to hostgroup 10 but trying to reach hostgroup 20
I'd like to know what this app/client id actually is - and how we disable the same setting when using mysqldump to that machine (as it results in the same error)