-
Notifications
You must be signed in to change notification settings - Fork 0
Connection to MySQL DB not working #24
Comments
About the first thing: About the second thing: |
Im installing it on aserver, and ill do that |
@Thatengineerl Did it work out for you? |
Not sure how to do what youre asking me to do |
You might want to jump on our discord server for this kind of support: https://discord.gg/2SMQsHd |
I will test the mysql backend on my system. |
dynmap-fabric-0.2.17+1.16.2 with mariadb via the mysql driver is working for me. Here is my setupdocker stack file: version: '3.7'
services:
fabric:
image: itzg/minecraft-server
tty: true
stdin_open: true
stop_grace_period: 1m30s
environment:
OVERRIDE_SERVER_PROPERTIES: 'true'
MAX_MEMORY: '7G'
EULA: 'TRUE'
VERSION: '1.16.2'
TYPE: 'FABRIC'
FABRICVERSION: '0.6.1.45'
VIEW_DISTANCE: '32'
SPAWN_PROTECTION: '0'
ALLOW_FLIGHT: 'TRUE'
volumes:
- fabric_data:/data
networks:
- db
ports:
- "25565:25565"
mariadb:
image: mariadb
environment:
MYSQL_ROOT_PASSWORD: 'root'
MYSQL_USER: 'dynmap'
MYSQL_PASSWORD: 'dynmap'
MYSQL_DATABASE: 'dynmap'
volumes:
- dynmap_db:/var/lib/mysql
networks:
- db
healthcheck:
test: ['CMD', 'mysqladmin', '--password=root', 'ping']
timeout: 10s
retries: 5
networks:
db:
driver: overlay And here is part of my dynmap configuration.txt:
I used the following driver jar: I extracted the org folder from the driver jar and added it to the dynmap-fabric jar. |
Hello, So i installed this mod but when it says to go to this IP adress:
I see this:
I did /dynamap fullrender
What else did I miss?
The text was updated successfully, but these errors were encountered: