Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

2.24.0

Compare
Choose a tag to compare
@denisok denisok released this 18 Nov 20:40
· 493 commits to main since this release
5e0fe6a
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]>