How to queue the proxysql client connections when max user connection exceeds?

ProxySQL will not queue connections that fail to establish to backend servers. Either increase max_connections in MySQL, or implement better logic in your application.

1 Like