erikzimmermann / TradeSystem

A highly customizable, free and open-source Minecraft plugin for trading between players.
https://www.spigotmc.org/resources/trade-system-custom-layouts.58434/
MIT License
82 stars 48 forks source link

SQLite: Could not create connection to database server #486

Closed AlexanderMandera closed 1 year ago

AlexanderMandera commented 1 year ago

Describe the bug image It shows this error even if you use the SQLite database type.

File tradelog.db was created and is available in the plugins/TradeSystem folder

To Reproduce Config.yml entry:

  Database:
    # Values: SQLite, MySQL
    Type: SQLite
    MySQL:
      Connection_URL: jdbc:mysql://localhost:3306/tradelog?autoReconnect=true&useSSL=false
      User: root
      Password: password

Expected behavior Uses the database without any errors

Screenshots See above

Additional context Related Discord Message: https://discord.com/channels/578230584871092235/585916390083526796/1149754285379309660

Discord contact: kaludi (reported on Support Discord)

erikzimmermann commented 1 year ago

Fixed with commit e1d967f.