From 46a077e0ece0ce331d8cd408b9926c77cca05f04 Mon Sep 17 00:00:00 2001 From: JINFU XIE Date: Thu, 26 Oct 2023 18:30:36 +0800 Subject: [PATCH] Update connection_string config doc for mysql --- core/src/services/mysql/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/services/mysql/docs.md b/core/src/services/mysql/docs.md index 95e9ca7dba11..5b6c1d626ea2 100644 --- a/core/src/services/mysql/docs.md +++ b/core/src/services/mysql/docs.md @@ -17,7 +17,7 @@ This service can be used to: ## Configuration - `root`: Set the working directory of `OpenDAL` -- `connection_string`: Set the connection string of postgres server +- `connection_string`: Set the connection string of mysql server - `table`: Set the table of mysql - `key_field`: Set the key field of mysql - `value_field`: Set the value field of mysql