From 33bd0e35d23f8b45945369053761cd834a6136d4 Mon Sep 17 00:00:00 2001 From: Sarang S Babu <111994969+Sarang-S-Techie@users.noreply.github.com> Date: Wed, 21 Sep 2022 14:47:39 +0530 Subject: [PATCH] Added a new resource for installing MySQL in detail. Got to know about this tutorial while looking for some resources to learn SQL. I believe this reference will add more value to this article. Hope this small contribution will help other learners. --- MySQL-MariaDB-Storage.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MySQL-MariaDB-Storage.md b/MySQL-MariaDB-Storage.md index 959702d..a7142b7 100644 --- a/MySQL-MariaDB-Storage.md +++ b/MySQL-MariaDB-Storage.md @@ -200,4 +200,7 @@ for windows we refer to the following guide: [guide](https://www.onlinetutorials 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 +Now save the file and start the minecraft server, check if dynmap succesfully created and connected to the SQLite database. + +**Further Reading - ** +https://www.scaler.com/topics/sql/how-to-install-mysql-in-windows-10/