lyggyhmm commented on a change in pull request #6708:
URL: https://github.com/apache/dolphinscheduler/pull/6708#discussion_r751136428
##########
File path:
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/datasource/mysql/MysqlDatasourceProcessor.java
##########
@@ -51,7 +51,7 @@
private static final String ALLOW_URL_IN_LOCAL_IN_FILE_NAME =
"allowUrlInLocalInfile";
- private static final String APPEND_PARAMS =
"allowLoadLocalInfile=false&autoDeserialize=false&allowLocalInfile=false&allowUrlInLocalInfile=false";
+ private static final String APPEND_PARAMS =
"allowLoadLocalInfile=false&autoDeserialize=false&allowLocalInfile=false&allowUrlInLocalInfile=false&useSSL=false";
Review comment:
@ruanwenjun hi,the MySQL 8.X version does not seem to throw any warnings
on the useSSL configuration, which has been tested on my own server. Of course,
my knowledge is limited, I want to know what insights you have
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]