I'm downloading the web server detached from the plugin because I need to create it on a second vps, this is the guide I'm following: https://github.com/webbukkit/dynmap/wiki/[Tutorial]-Setting-up-a-standalone-web-server-with-MySQL-SQLite/#configurating-the-mysqlmariadb-database
I'm having problems with the database not connecting to the plugin. This is the error that comes out:
[14:05:18 ERROR]: [dynmap] SQLException: Error creating tables [14:05:18 ERROR]: [dynmap] ErrorCode: 0, SQLState=08001 [14:05:18 ERROR]: [dynmap] Message: Could not create connection to database server. Attempted reconnect 3 times. Giving up. [14:05:18 ERROR]: [dynmap] ConnectionString: jdbc:mysql://123.123.123.123:3306/dynmap_db?allowReconnect=true&autoReconnect=true [14:05:18 ERROR]: [dynmap] CausedBy: null, message from server: "Host '172.18.0.2' is not allowed to connect to this MySQL server" [14:05:18 ERROR]: [dynmap] Map storage initialization failure