Bug #6100 | connection limits | ||
---|---|---|---|
Submitted: | 14 Oct 2004 14:45 | Modified: | 8 Feb 2006 12:25 |
Reporter: | Eric Robibaro | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Security: Privileges | Severity: | S4 (Feature request) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[14 Oct 2004 14:45]
Eric Robibaro
[8 Feb 2006 12:25]
Valeriy Kravchuk
Thank you for a reasonable feature request.
[8 Feb 2006 17:16]
Jim Winstead
Note that you can specify a maximum number of connections per user using the MAX CONNECTIONS option to GRANT. What would be useful is a way to specify a default maximum number of connections per user. Adding this should simply be a matter of adding a new server variable and adding an additional check in check_for_max_user_connections() in sql/sql_parse.cc.
[9 Dec 2009 5:13]
MySQL Verification Team
See also bugs 6108, 21040, 49549