Error creating tables - MySQL syntax (regression of #2573)
madhartigan opened this issue ยท 1 comments
Issue Description: Dynmap throws a MySQL syntax error during table creation when executing a fresh install connected to a MySQL database
- Dynmap Version: dynmap v3.1-beta5-431*
- Server Version: Paper version git-Paper-259 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
- Pastebin of Configuration.txt: https://pastebin.com/HmpSMqXc
- Server Host (if applicable): Selfhosted
- Pastebin of crashlogs or other relevant logs: https://pastebin.com/mi4kHEP1
- Other Relevant Data/Screenshots: N/A
- Steps to Replicate: Install Dynmap-3.1-beta5-spigot.jar to the plugins folder of a Paper server installation. Create 'dynmap' table in MySQL server and use configuration.txt to point to the MySQL server with proper credentials. Once table creation is attempted during server startup, the error occurs and dynmap is not loaded.
[ No ] I have looked at all other issues and this is not a duplicate - This is a regression of a previous issue. I was unsure whether I should necro that bug or start a new one
[ X] I have been able to replicate this