Ticket #1109 (new nice to have)

Opened 6 months ago

Last modified 6 months ago

Count of simultaneous MySQL connections

Reported by: rats Assigned to:
Priority: feature Milestone: ispCP ω 1.1.0
Component: Frontend (GUI) Version: ispCP ω 1.0.0 - RC3
Severity: Easy Keywords: feature
Cc:

Description

An option to set simultaneous MySQL connection or connections per hour. MySQL supports this.

Attachments

Change History

03/14/08 19:48:36 changed by zothos

here is a mysql query which adds a user with these options:

CREATE USER 'testtest'@'%' IDENTIFIED BY '****************';

GRANT SELECT ,
INSERT ,

UPDATE ,
DELETE ,
CREATE ,
DROP ,
FILE ,
INDEX ,
ALTER ,
CREATE TEMPORARY TABLES ,
CREATE VIEW ,
SHOW VIEW ,
CREATE ROUTINE,
ALTER ROUTINE,
EXECUTE ON * . * TO 'testtest'@'%' IDENTIFIED BY '****************' WITH MAX_QUERIES_PER_HOUR 10 MAX_CONNECTIONS_PER_HOUR 43 MAX_UPDATES_PER_HOUR 20 MAX_USER_CONNECTIONS 55 ;

Add/Change #1109 (Count of simultaneous MySQL connections)