added forge jdbc notice

JurgenKuyper 2022-05-05 10:13:27 +02:00
parent a320aefaff
commit 7032c35685
1 changed files with 6 additions and 1 deletions

@ -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