We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbcbb9 commit 4181732Copy full SHA for 4181732
BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/storages/sql.conf
@@ -14,7 +14,7 @@ storage-type: SQL
14
connection-url: "jdbc:mysql://localhost:3306/bluemap?permitMysqlScheme"
15
16
# You can set any additional (JDBC-Driver-specific) properties here
17
-# (if you have user/password in your connection-url, you don't need them here, and vice versa)
+# Usually thats your db-user and password
18
connection-properties: {
19
user: "root",
20
password: ""
0 commit comments