Skip to content

Commit c6b10e3

Browse files
author
zhongming Fan
committed
kingbase: fix doc for auth sql
1 parent 8f788f0 commit c6b10e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

weops/pipe-tools/bk_pkg/kingbase/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
```bash
2222
# 创建用户: weops 密码: Weops123!
23-
CREATE USER weops IDENTIFIED BY "Weops123!";
23+
CREATE USER weops WITH PASSWORD 'Weops123!';
2424
```
2525

2626
### 参数说明
@@ -78,3 +78,5 @@ CREATE USER weops IDENTIFIED BY "Weops123!";
7878
#### weops_kingbase_exporter 1.3.4
7979
- weops调整
8080

81+
#### weops_kingbase_exporter 1.3.5
82+
- 创建监控账户SQL文档内容更正

0 commit comments

Comments
 (0)