mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix mysql test
This commit is contained in:
parent
6ebf9911ab
commit
47213ebfe1
@ -41,7 +41,7 @@ class JavaConnectorTest {
|
||||
}
|
||||
}
|
||||
|
||||
String jdbcUrl = String.format("jdbc:mysql://%s:%s/%s", host, port, database);
|
||||
String jdbcUrl = String.format("jdbc:mysql://%s:%s/%s?useSSL=false", host, port, database);
|
||||
|
||||
Connection conn = null;
|
||||
Statement stmt = null;
|
||||
|
Loading…
Reference in New Issue
Block a user