Skip to content

Commit

Permalink
[misc] test correction for mysql test
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jun 24, 2022
1 parent 1e24efe commit 8ee718d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ public void checkSsl() throws SQLException {
"CREATE USER 'cachingSha256User'@'%' IDENTIFIED WITH caching_sha2_password BY 'password'");
stmt.execute("GRANT SELECT ON *.* TO 'cachingSha256User'@'%'");
} else {
forceTls = "&enabledSslProtocolSuites=TLSv1.1";
forceTls = "&enabledSslProtocolSuites=TLSv1.1,TLSv1.2";
}
}

Expand Down

0 comments on commit 8ee718d

Please sign in to comment.