Open ggunson opened 4 years ago
In https://github.com/sysown/proxysql/issues/2943 we're talking about adding documentation for workarounds to GUI clients running set profiling=1
. If it's decided that set lc_messages
isn't going to be supported (or delayed on the roadmap) then it should be included in that documentation as well.
Because lc_messages is an unknown server variable for ProxySQL, a client that attempts to set that value will end up locking to hostgroup.
(Discovered through testing the problem reported in https://groups.google.com/forum/#!topic/proxysql/ih05FKDFnNk)
Using the docker-mysql-proxysql setup with its default settings and connecting with the mysql command line client:
From the ProxySQL log:
This was found when testing why phpMyAdmin was hitting errors connecting through ProxySQL. Likely other clients that set
lc_messages
may hit the same problem.If you are submitting a reproducible bug report, please provide:
/var/lib/proxysql/proxysql.log
)