WalshyDev/AutoCleanBot

Issue with MySQL 8?

Opened this issue · 0 comments

Hey @WalshyDev, I am getting this error after updating my version of MySQL server to 8:

Caused by: java.sql.SQLException: Unknown system variable 'query_cache_size'

and

java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.

Doing some searching this might be due to the mysql-connector-java artifact that gets included by your JBA artifact being out of date. I don't have much experience with Java but best I can tell the only way around this would be to get a new version with updated dependencies?