This repository was archived by the owner on Jan 15, 2025. It is now read-only.
2.24.0
Add connection limit to the PMM user. (#628) This is in line with the MySQL documentation, in which we show how to limit the amount of connections incoming from the PMM user: https://www.percona.com/doc/percona-monitoring-and-management/2.x/setting-up/client/mysql.html CREATE USER 'pmm'@'localhost' IDENTIFIED BY 'pass' WITH MAX_USER_CONNECTIONS 10; Co-authored-by: Roma Novikov <[email protected]>