sysown / proxysql

High-performance MySQL proxy with a GPL license.
http://www.proxysql.com
GNU General Public License v3.0
6.03k stars 981 forks source link

Future versions of ProxySQL will separate the crendentials between frontend and backend #3869

Open 1902sysad opened 2 years ago

1902sysad commented 2 years ago

The proxysql is very powerful tool to proxy mysql in a very clean way but it just missed an important feature that it needs to have same credentials for both backend and frontend. We have multiple backends that have different credentials. I hope this feature will be soon implemented and its fine if the password will be saved as plaintext as the proxysql admin can be protected against unauthorized access and can be keep to stay local

lucagervasi commented 2 years ago

I'd like to have this implemented as well. It could be a really nice feature to create single point to access different instances.

debarshibasak commented 5 months ago

+1

This feature would be really really amazing. For the postgres database, we use pgbouncer that has this feature. Operationally, this feature request makes lot of sense and makes all the deployment and architecture uniform for us.