max_user_connections specifies the maximum number of connections that a single user can set up with OBServer. When the value is set to 0, the number of connections is not limited.
Note
The current version of this variable does not take effect.
| Property | Description |
|---|---|
| Parameter type | Uint |
| Default value | 0 |
| Value range | [0, 4294967295] |
| Effective scope | GLOBAL SESSION |
This variable can only be modified by using a SET GLOBAL xxx = yyy statement which takes effect globally, but cannot be enabled to take effect only in the current session by using an ALTER SESSION SET xxx = yyy; statement.