File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
clusterj-app/src/test/java/ru/example/clusterj/junit5 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ private static Network.Ipam getIpam() {
8282 String ndbUrl = ndbMgmd .getContainerIpAddress () + ":" + ndbMgmd .getMappedPort (1186 );
8383 String mysqlUrl = ndbMysqld .getContainerIpAddress () + ":" + ndbMysqld .getMappedPort (3306 );
8484 String mysqlConnectionString = "jdbc:mysql://" + mysqlUrl + "/" + CLUSTERJ_DATABASE + "?useUnicode=true" +
85- "&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false" ;
85+ "&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true " ;
8686
8787 System .setProperty ("clusterj.connectString" , ndbUrl );
8888 System .setProperty ("clusterj.dataBaseName" , CLUSTERJ_DATABASE );
You can’t perform that action at this time.
0 commit comments