From cf8b0ecc76e7e47d062472b8e7ccc7d6be15b351 Mon Sep 17 00:00:00 2001 From: LiuTianyou Date: Mon, 17 Jun 2024 22:03:55 +0800 Subject: [PATCH] [doc] mysql monitoring help document adds steps for importing drivers --- home/docs/help/mysql.md | 5 +++++ .../docusaurus-plugin-content-docs/current/help/mysql.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/home/docs/help/mysql.md b/home/docs/help/mysql.md index 3f07be99380..44e00ede3b2 100644 --- a/home/docs/help/mysql.md +++ b/home/docs/help/mysql.md @@ -7,6 +7,11 @@ keywords: [open source monitoring tool, open source database monitoring tool, mo > Collect and monitor the general performance Metrics of MySQL database. Support MYSQL5+. +### Add MYSQL jdbc driver jar + +- Download the MYSQL jdbc driver jar package, such as mysql-connector-java-8.1.0.jar. https://mvnrepository.com/artifact/com.mysql/mysql-connector-j/8.1.0 +- Copy the jar package to the `hertzbeat/ext-lib` directory. + ### Configuration parameter | Parameter name | Parameter help description | diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/mysql.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/mysql.md index dc23f3d6fa5..f93b2fdd736 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/mysql.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/mysql.md @@ -7,6 +7,11 @@ keywords: [开源监控系统, 开源数据库监控, Mysql数据库监控] > 对MYSQL数据库的通用性能指标进行采集监控。支持MYSQL5+。 +### 添加 MYSQL jdbc 驱动 jar + +- 下载 MYSQL jdbc driver jar, 例如 mysql-connector-java-8.1.0.jar. https://mvnrepository.com/artifact/com.mysql/mysql-connector-j/8.1.0 +- 将此 jar 包拷贝放入 HertzBeat 的安装目录下的 `ext-lib` 目录下. + ### 配置参数 | 参数名称 | 参数帮助描述 |