Skip to content

Commit

Permalink
Upgrade MySQL JDBC .jar. (vufind-org#4162)
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Dec 16, 2024
1 parent e300edc commit c6ff844
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private void connectToDatabaseUsingParams(String platform, String host, String p
String extraParams = "";
String prefix = "invalid";
if (platform.equals("mysql")) {
classname = "com.mysql.jdbc.Driver";
classname = "com.mysql.cj.jdbc.Driver";
prefix = "mysql";
String useSsl = ConfigManager.instance().getBooleanConfigSetting("config.ini", "Database", "use_ssl", false) ? "true" : "false";
extraParams = "?useSSL=" + useSsl;
Expand Down
Binary file added import/lib_local/mysql-connector-j-9.1.0.jar
Binary file not shown.
Binary file not shown.

0 comments on commit c6ff844

Please sign in to comment.