mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 11:44:42 +02:00
Setting SSL to false will now squelch MySQL warnings
This commit is contained in:
@ -41,6 +41,9 @@ public final class SQLDatabaseManager implements DatabaseManager {
|
||||
"?verifyServerCertificate=false"+
|
||||
"&useSSL=true"+
|
||||
"&requireSSL=true";
|
||||
else
|
||||
connectionString+=
|
||||
"?useSSL=false";
|
||||
|
||||
try {
|
||||
// Force driver to load if not yet loaded
|
||||
|
Reference in New Issue
Block a user