Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

Connection issue with mysql?

johnsoncui02 opened this issue ยท 1 comments

commented

In configuration.txt

Do you have flags: "?allowReconnect=true" under your storage settings?

Example:

storage:
  type: mysql
  hostname: localhost
  port: 3306
  database: dynmap
  userid: dynmap-user
  password: dynmap-password
  prefix: ""
  flags: "?allowReconnect=true"