mysql中的max_connections是对整个服务器的用户做出限制,
max_user_connections是对每个用户的限制,
为0表示不限制。
max_connections
最新推荐文章于 2025-05-30 14:52:36 发布
mysql中的max_connections是对整个服务器的用户做出限制,
max_user_connections是对每个用户的限制,
为0表示不限制。