Skip to content

Commit

Permalink
Update ExternalWebserversSQL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF authored Dec 6, 2023
1 parent a0079c0 commit 98ed602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wiki/webserver/ExternalWebserversSQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 98ed602

Please sign in to comment.