mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-01-09 02:45:45 +00:00
mysqld exporter
(https://github.com/prometheus/mysqld_exporter)[https://github.com/prometheus/mysqld_exporter]
Required Grants
CREATE USER 'exporter'@'localhost' IDENTIFIED BY 'XXXXXXXX' WITH MAX_USER_CONNECTIONS 3;
GRANT PROCESS, REPLICATION CLIENT, SELECT ON *.* TO 'exporter'@'localhost';