From 39d365971ba67f7e5701f180ce534ce889fccbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Fri, 27 Oct 2023 09:39:55 +0800 Subject: [PATCH] Remvoe a deadlink (#11462) --- docs/en/setup/backend/storages/mysql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/setup/backend/storages/mysql.md b/docs/en/setup/backend/storages/mysql.md index 3526f2cbb280..11e28296261d 100644 --- a/docs/en/setup/backend/storages/mysql.md +++ b/docs/en/setup/backend/storages/mysql.md @@ -22,7 +22,7 @@ storage: ``` All connection-related settings, including URL link, username, and password, are found in `application.yml`. Only part of the settings is listed here. See the [HikariCP](https://github.com/brettwooldridge/HikariCP) connection pool document for full settings. -To understand the function of the parameter `rewriteBatchedStatements=true` in MySQL, see the [MySQL official document](https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-connp-props-performance-extensions.html#cj-conn-prop_rewriteBatchedStatements). +To understand the function of the parameter `rewriteBatchedStatements=true` in MySQL, see the MySQL official document for more details. In theory, all other databases that are compatible with MySQL protocol should be able to use this storage plugin, such as TiDB. Please compose the JDBC URL according to the database's documentation.