From 98ed60221e98b41d25b6183b884146fa6a3b143d Mon Sep 17 00:00:00 2001 From: Lukas Rieger Date: Wed, 6 Dec 2023 20:49:14 +0100 Subject: [PATCH] Update ExternalWebserversSQL.md --- wiki/webserver/ExternalWebserversSQL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/webserver/ExternalWebserversSQL.md b/wiki/webserver/ExternalWebserversSQL.md index c238ac4..7442cc7 100644 --- a/wiki/webserver/ExternalWebserversSQL.md +++ b/wiki/webserver/ExternalWebserversSQL.md @@ -20,15 +20,15 @@ For this to work you need to do some configuration. {:toc} ## The goal -BlueMap renders and saved the map on your MySQL-Server. But the webapp requests them like they would be in a normal file-storage +BlueMap renders and saved the map on your SQL-Server. But the webapp requests them like they would be in a normal file-storage inside the webroot. So wee need some script that is translating those requests and fetching and providing the correct files -from the MySQL-Server. +from the SQL-Server. ## General Setup Luckily BlueMap provides such a script. A PHP-Script to be exact. This means the first thing you need to do is to make sure that you have PHP (>= 7.4) installed on your webserver. -Then you go into the webroot and open the `sql.php`, and set your MySQL-Connection settings there. +Then you go into the webroot and open the `sql.php`, and set your SQL-Connection settings there. > **Important:** > Make sure that your php-setup is working, otherwise you might accidentally leak those SQL-Connection-Settings to the world!