Thank you for your prompt reply. So in my case if these are the values I
currently have in my docker-compose file:
- MYSQL_DISALLOW_SIMULTANEOUS_CONNECTIONS= false -
MYSQL_DISALLOW_DUPLICATE_CONNECTIONS= false
What would be the equivalent if I were to adapt to the new
variables?mysql-default-max-connections: 1
mysql-default-max-group-connections: 1
Thank you
On Monday, October 15, 2018, 9:20:48 AM EDT, Mike Jumper
<[email protected]> wrote:
On Mon, Oct 15, 2018 at 5:49 AM, Tezarin <[email protected]> wrote:
>
> Good morning,
>
>
> I understand the method I was using to fix the issue is deprecated, I
> started all this by trying to avoid the error message in the guac user
> interface about having too many connections open. In some cases, I was not
> able to open a new guacamole connection (e.g. via RDB to a domain
> controller) because guacamole thought I had too many open connections
> already. (I can't remember if it thought I had too many connections to
> this one domain controller already, or too many connections overall.)
>
> So ... how can we solve that problem? Should we solve that problem?
>
You use the new properties which replaced the older properties:
http://guacamole.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-concurrency
You can also override this on a per-connection basis by specifying
different values when editing the connection.
- Mike