slievrly commented on code in PR #663:
URL: 
https://github.com/apache/incubator-seata-samples/pull/663#discussion_r1589413389


##########
at-sample/dubbo-samples-seata/dubbo-samples-seata-account/src/main/resources/application.yml:
##########
@@ -18,7 +18,7 @@ spring:
         name: AccountApplication
     datasource:
         driver-class-name: com.mysql.cj.jdbc.Driver
-        url: 
jdbc:mysql://${mysql.address:127.0.0.1}:${mysql.port:3306}/seata?serverTimezone=Asia/Shanghai&useSSL=false&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useOldAliasMetadataBehavior=true
+        url: 
jdbc:mysql://${mysql.address:127.0.0.1}:${mysql.port:3306}/seata?serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&useSSL=false&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useOldAliasMetadataBehavior=true

Review Comment:
   This combination doesn't seem to make sense; allowPublicKeyRetrieval and 
useSSL are generally enabled simultaneously. Q: I would like to know whether 
the password authentication related configuration is enabled in your database, 
and what the connection string of the final database (IP information can be 
removed) is like?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org
For additional commands, e-mail: dev-h...@seata.apache.org

Reply via email to