Skip to content

Commit c487f5c

Browse files
committed
Allow public key retrieval
Not sure why this is required now.
1 parent e6ff217 commit c487f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/db/mysql_config.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
MYSQL_CONFIG[:properties] ||= {}
2626
MYSQL_CONFIG[:properties]['cacheDefaultTimezone'] = false
2727
MYSQL_CONFIG[:properties]['serverTimezone'] = java.util.TimeZone.getDefault.getID
28+
MYSQL_CONFIG[:properties]['allowPublicKeyRetrieval'] = true
2829
end
2930

0 commit comments

Comments
 (0)