From b3b57d82dbb089464c46dd22045751634f1e56cc Mon Sep 17 00:00:00 2001 From: tangjiangling Date: Sat, 20 Aug 2022 23:09:59 +0800 Subject: [PATCH] Use the appropriate link to display MySQL connection parameters Previously, the link to the available connection parameters in the MySQL documentation did not point to the appropriate location and required the user to find the corresponding location, so this commit points the link directly to the URL where the connection parameters are located, avoiding the step of manual searching by the user. --- docs/src/main/sphinx/connector/mysql.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/connector/mysql.rst b/docs/src/main/sphinx/connector/mysql.rst index fb8432112f0c..0ba8723a1567 100644 --- a/docs/src/main/sphinx/connector/mysql.rst +++ b/docs/src/main/sphinx/connector/mysql.rst @@ -38,7 +38,7 @@ connection properties as appropriate for your setup: The ``connection-url`` defines the connection information and parameters to pass to the MySQL JDBC driver. The supported parameters for the URL are available in the `MySQL Developer Guide -`_. +`_. For example, the following ``connection-url`` allows you to configure the JDBC driver to interpret time values based on UTC as a timezone on