This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new bdedd6bc6a4 Remove serverTimezone at config-sharding.yaml (#29143)
bdedd6bc6a4 is described below
commit bdedd6bc6a4a9e30208c15c0c1cee5daca19d8fd
Author: Xinze Guo <[email protected]>
AuthorDate: Fri Nov 24 07:45:52 2023 +0800
Remove serverTimezone at config-sharding.yaml (#29143)
---
proxy/bootstrap/src/main/resources/conf/config-sharding.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/proxy/bootstrap/src/main/resources/conf/config-sharding.yaml
b/proxy/bootstrap/src/main/resources/conf/config-sharding.yaml
index 24285d21617..0f612d2eb96 100644
--- a/proxy/bootstrap/src/main/resources/conf/config-sharding.yaml
+++ b/proxy/bootstrap/src/main/resources/conf/config-sharding.yaml
@@ -118,7 +118,7 @@
#
#dataSources:
# ds_0:
-# url: jdbc:mysql://127.0.0.1:3306/demo_ds_0?serverTimezone=UTC&useSSL=false
+# url: jdbc:mysql://127.0.0.1:3306/demo_ds_0?useSSL=false
# username: root
# password:
# connectionTimeoutMilliseconds: 30000
@@ -127,7 +127,7 @@
# maxPoolSize: 50
# minPoolSize: 1
# ds_1:
-# url: jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false
+# url: jdbc:mysql://127.0.0.1:3306/demo_ds_1?useSSL=false
# username: root
# password:
# connectionTimeoutMilliseconds: 30000