From 7032c35685a7268272acb6a466c37f7c65de3625 Mon Sep 17 00:00:00 2001 From: JurgenKuyper <45831568+JurgenKuyper@users.noreply.github.com> Date: Thu, 5 May 2022 10:13:27 +0200 Subject: [PATCH] added forge jdbc notice --- MySQL-MariaDB-Storage.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/MySQL-MariaDB-Storage.md b/MySQL-MariaDB-Storage.md index 2b0d8ae..92bffd7 100644 --- a/MySQL-MariaDB-Storage.md +++ b/MySQL-MariaDB-Storage.md @@ -120,7 +120,12 @@ MySQL has these permissions available to set to MySQL users. * UPDATE - Allows user to update data in a table ## editing dynmap/configuration.txt -the last step is to configure the dynmap configuration.txt so it connects to the database and uses it for storage. + +Firstly, if using forge or fabric, the mods created by kosma that add the SQL connectors that work on both fabric and Forge need to be installed. + + The MySQL/MariaDB integration is handled by: [Kosmolot's MySQL mod](https://www.curseforge.com/minecraft/mc-mods/mysql-jdbc) + +The last step is to configure the dynmap configuration.txt so it connects to the database and uses it for storage. change the following part of the configuration.txt: ```yaml