-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClassNotFoundException: com.mysql.jdbc.jdbc2.optional.MysqlDataSource #87
Comments
Ya since the 588 update a bunch of plugins that were using the older "com.mysql.jdbc.Driver" on my server had problems connecting to mysql. Also makes it any difference using mariadb-server and client/connector instead of the mysql stuff? |
on my server run 10.4.12-MariaDB-1:10.4.12+maria~bionic |
My Solution: me.nikl.gamebox.data.database.MysqlDB change row 67 from
to
|
Thanks for the heads up! |
Since I am still missing a decent test setup, could one of you please verify, that https://github.com/NiklasEi/gamebox/releases/download/v3.3.1/GameBox.jar solves this issue? I will upload the build to SpigotMC then. |
Hi, you should take a look at the new commit to papermc main branch from yesterday!
PaperMC/Paper#5473
PaperMC/Paper#5474
Its some changes to mysql.
The text was updated successfully, but these errors were encountered: