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.