Skip to content

Commit

Permalink
[doc] mysql monitoring help document adds steps for importing drivers (
Browse files Browse the repository at this point in the history
…#2091)

Co-authored-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: Logic <zqr10159@dromara.org>
  • Loading branch information
3 people committed Jun 18, 2024
1 parent fc6ea4a commit bc104df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/docs/help/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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` 目录下.

### 配置参数

| 参数名称 | 参数帮助描述 |
Expand Down

0 comments on commit bc104df

Please sign in to comment.