Loading

摘要: 1. 创建监控用户(MySQL 中) CREATE USER 'exporter'@'localhost' IDENTIFIED BY 'exporter_password'; GRANT PROCESS, REPLICATION CLIENT, SELECT ON *.* TO 'exporter 阅读全文
posted @ 2025-07-17 14:44 亚里士多智 阅读(25) 评论(0) 推荐(0)