提交 3a40ab85 编写于 作者: S Serge Rider

MySQL connector fix


Former-commit-id: 2f81b58d
上级 43ffda9e
......@@ -94,6 +94,9 @@ public class MySQLDataSource extends JDBCDataSource implements DBSObjectSelector
} catch (Exception e) {
throw new DBCException("Error configuring SSL certificates", e);
}
} else {
// Newer MySQL servers/connectors requires explicit SSL disable
props.put("useSSL", "false");
}
/*
if (CommonUtils.toBoolean(connectionInfo.getProperty(MySQLConstants.PROP_USE_SSL))) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册