We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70af4a0 commit dd88bcfCopy full SHA for dd88bcf
openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/HikariCPDataSourceFactory.java
@@ -298,7 +298,6 @@ private void configureMySQLProperties(Properties props) {
298
props.putIfAbsent("prepStmtCacheSqlLimit", "2048");
299
props.putIfAbsent("useServerPrepStmts", String.valueOf(useServerPrepStmts));
300
props.putIfAbsent("rewriteBatchedStatements", "true");
301
- props.putIfAbsent("useSSL", "false");
302
props.putIfAbsent("useLocalSessionState", "true");
303
props.putIfAbsent("useLocalTransactionState", "true");
304
props.putIfAbsent("maintainTimeStats", "false");
0 commit comments