We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f788f0 commit c6b10e3Copy full SHA for c6b10e3
weops/pipe-tools/bk_pkg/kingbase/README.md
@@ -20,7 +20,7 @@
20
21
```bash
22
# 创建用户: weops 密码: Weops123!
23
-CREATE USER weops IDENTIFIED BY "Weops123!";
+CREATE USER weops WITH PASSWORD 'Weops123!';
24
```
25
26
### 参数说明
@@ -78,3 +78,5 @@ CREATE USER weops IDENTIFIED BY "Weops123!";
78
#### weops_kingbase_exporter 1.3.4
79
- weops调整
80
81
+#### weops_kingbase_exporter 1.3.5
82
+- 创建监控账户SQL文档内容更正
0 commit comments