Error on plugin load for MySQL
LeehamElectronics opened this issue ยท 3 comments
Hi, I am using the latest version of DiscordSRV and PaperMC. I only have a few plugins running along side DiscordSRV and I get the following error when my server is starting:
[14:21:17 INFO]: [DiscordSRV] Console forwarding assigned to channel TC:main-server-console(725254735233286174)
[14:21:17 ERROR]: [[STDERR] ] com.mysql.jdbc.Driver Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
I am assuming that it is related to DiscordSRV as I enabled the MySQL feature in the config file.
Thanks!
Ignorable, #1089
Is this also related? This error is generated when the server is stopping:
https://pastebin.com/LWrjsUyi
I believe it is also caused by DiscordSRV but I may be wrong.
Thanks @Scarsz