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.
2 parents 8bbd340 + 9a10d28 commit 6e1a1f0Copy full SHA for 6e1a1f0
base/uk.ac.stfc.isis.ibex.alarm.tests/src/uk/ac/stfc/isis/ibex/alarm/tests/AlarmSettingsTest.java
@@ -87,7 +87,7 @@ public class AlarmSettingsTest {
87
* instrument.
88
*/
89
private static String buildRdbUrl(String hostName, String table) {
90
- return "jdbc:mysql://" + hostName + "/" + table + "?useSSL=false&useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Europe/London&autoReconnect=true";
+ return "jdbc:mysql://" + hostName + "/" + table + "?useSSL=false&useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Europe/London&autoReconnect=true&allowPublicKeyRetrieval=true";
91
}
92
93
/**
0 commit comments