Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
Usage specification recommendations
max_user_connections is used to set the maximum number of connections for a single user (0 means no limit on the number of connections). When the number of concurrent connections for a user exceeds the value of max_user_connections, the server will reject new connection requests from that user.max_user_connections parameter, you need to consider the following factors:max_user_connections can be appropriately increased to improve the system's concurrent processing capacity. In the case of resource shortage, the value of max_user_connections needs to be reduced to avoid resource exhaustion.max_user_connections may need to be increased to meet concurrent requirements. For low-concurrency applications, the value of max_user_connections can be reduced to save system resources.max_user_connections may need to be increased to meet their special needs. For ordinary users, the value of max_user_connections can be reduced to limit their resource usage.Required | Description |
Parameter Type | UINT |
Default Value | 0 |
Value Range | 0 ~ 4294967295 |
Effective Scope | GLOBAL SESSION |
Restart Required | No |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback