From 1ea6d929b15b02947861789d54601ac706df7a24 Mon Sep 17 00:00:00 2001 From: games647 Date: Thu, 26 Apr 2018 10:09:40 +0200 Subject: [PATCH] Clarify how to configure MariaDB/MySQL correctly --- core/src/main/resources/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index 938ef7d5..510f3585 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -166,6 +166,7 @@ driver: org.sqlite.JDBC database: '{pluginDir}/FastLogin.db' # MySQL/MariaDB +# If you want to enable it uncomment only the lines below this not this line. #driver: com.mysql.jdbc.Driver #host: 127.0.0.1 #port: 3306