Rosewood-Development / PlayerPoints

A free plugin for points currency (with SQL support)
GNU General Public License v3.0
59 stars 44 forks source link

MySQL Error #21

Closed WarnDa closed 2 years ago

WarnDa commented 2 years ago

Hello,

Sometimes I got issue with the plugin and the mysql connexion fail, so nobody can't connect into the server and it gives this error : https://pastebin.com/YhQdUtXK

I have to manually connect to the phpmyadmin using the username/password and it fixes the issue the plugin is connected again to the database.

It's the ONLY plugin that get the issue on my 10 plugins that runs on mysql. (dedicated machine)

Esophose commented 2 years ago

This has to do with MySQL 8 and the outdated MySQL driver that's installed on older Spigot versions. MySQL 8 will only work 100% properly on 1.18+ unless you're using some sort of legacy settings for it.

SunshroomChan commented 1 year ago

This has to do with MySQL 8 and the outdated MySQL driver that's installed on older Spigot versions. MySQL 8 will only work 100% properly on 1.18+ unless you're using some sort of legacy settings for it.

Or you have to add code/repo of MySQL-Connector-J 8 and relocate to support all Spigot version instead