From b00fd10d1ae9d367501296cb33d2a80bcf5c4db8 Mon Sep 17 00:00:00 2001 From: JurgenKuyper <45831568+JurgenKuyper@users.noreply.github.com> Date: Thu, 5 May 2022 10:24:49 +0200 Subject: [PATCH] Updated MySQL MariaDB Storage (markdown) --- MySQL-MariaDB-Storage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MySQL-MariaDB-Storage.md b/MySQL-MariaDB-Storage.md index 888ed94..e4a8caa 100644 --- a/MySQL-MariaDB-Storage.md +++ b/MySQL-MariaDB-Storage.md @@ -193,8 +193,11 @@ storage: flags: "?allowReconnect=true&autoReconnect=true" ``` +Now save the file and start the minecraft server, check if dynmap succesfully created and connected to the SQLite database. ## Windows for windows we refer to the following guide: [guide](https://www.onlinetutorialspoint.com/mysql/install-mysql-on-windows-10-step-by-step.html). After the server has been set up, follow the linux tutorial from this point on: https://github.com/webbukkit/dynmap/wiki/MySQL-MariaDB-Storage#setup-of-the-mysqlmariadb-server + +Now save the file and start the minecraft server, check if dynmap succesfully created and connected to the SQLite database. \ No newline at end of file