You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: component/mydba/README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,15 @@ uv sync --inexact
77
77
data_dir = /usr/local/mydba/vector_store
78
78
```
79
79
80
-
2.**Initialize Agent**
80
+
2.**Create Log Directory**
81
+
- The log directory can be found in the configuration: [log].dir
82
+
- Default path: /usr/local/mydba/logs
83
+
84
+
```shell
85
+
mkdir /usr/local/mydba/logs
86
+
```
87
+
88
+
3.**Initialize Agent**
81
89
- Execute the following command to initialize the Agent. Ensure you have correctly configured the **`config_app.ini`** file and replace `xxxxxx` with your Alibaba Cloud account AK/SK.
82
90
83
91
```shell
@@ -90,7 +98,7 @@ uv sync --inexact
90
98
--rds_access_key xxxxxx # Replace with your Alicloud account secret
91
99
```
92
100
93
-
3.**Add Self-Built Database**
101
+
4.**Add Self-Built Database**
94
102
- Execute the following command to add a self-built database. Ensure you have correctly configured the **`config_app.ini`** file and replace `--db_info` parameters with actual database connection details.
95
103
96
104
```shell
@@ -101,7 +109,7 @@ uv sync --inexact
101
109
--db_info 'mysql####127.0.0.1##3306##root##123456##utf8mb4##mybase'# Database connection info, pay attention to the escape of special characters
102
110
```
103
111
104
-
4.**Initialize RAG Tool**
112
+
5.**Initialize RAG Tool**
105
113
- Execute the following command to initialize the RAG tool. Ensure you have correctly configured the **`config_app.ini`** file and added the **self-built database**.
106
114
107
115
```shell
@@ -138,4 +146,4 @@ uv sync --inexact
138
146
139
147
## Contact Us
140
148
141
-
- Welcome joining the DingTalk group for feedback, refer to the README.md of RDS MCP for details.
149
+
- Welcome joining the DingTalk group for feedback, refer to the <ahref="../../README.md">README.md</a> of RDS MCP for details.
0 commit comments