max_user_connections specifies the maximum number of connections that a single user can set up with the OBServer node.
| Attribute | Description |
|---|---|
| Type | UINT |
| Default value | 0, which specifies not to limit the number of connections. |
| Value range | [0, 4294967295] |
| Effective scope | Global |
| Modifiable | You can use the SET GLOBAL statement to modify the global value of the variable. However, you cannot use the ALTER SESSION SET statement to modify a session value of the variable. |