This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 39d365971b Remvoe a deadlink (#11462)
39d365971b is described below

commit 39d365971ba67f7e5701f180ce534ce889fccbaf
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Fri Oct 27 09:39:55 2023 +0800

    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 3526f2cbb2..11e2829626 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.

Reply via email to