Bluemaps sql config?
While digging around in my server I noticed that bluemap has sql intergration? (./bluemap/web/mysql.php) but after inputting my sql database information and letting it run for a little while no data is being added. I can't seem to find any logs about failing to connect to the db or succeeding. Its like the file does nothing at all. I couldn't find any documentation about it either
8 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by xanthus58#0
you prob need to set the storage type to mysql in some config
BlueMap
External Webservers (MySQL-Storage)
BlueMap is a Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.
Personally, I’ve barely done bluemap, and only used it as is out of the box, never tried setting it up for mysql.
But it Looks like that’s for putting ur map on an external web server not the one bluemap runs under the Minecraft server in Java. Idk if there’s a way to have bluemap run the server and use mysql to store the world data
im just pointing out what the file he edited did
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 mysql.php, and set your MySQL-Connection settings there.
Important:
Make sure that your php-setup is working, otherwise you might accidentally leak those SQL-Connection-Settings to the world!
Now you need to configure your webserver, so that it rewrites all requests for which no static file exists to the mysql.php.
^from the wiki
Cheers this is pretty much exactly what i wanted
Yea thats what i was hoping, doesnt seem that way though. Bluemap always eats my storage space even with the highest compression method ;-;
!solved
post closed!
The post/thread has been closed!
Requested by xanthus58#0