DevLeoko / AdvancedBan

AdvancedBan is a Spigot plugin to manage punishments on single servers and server networks
GNU General Public License v3.0
156 stars 128 forks source link

MySQL details are correct but it is erroring on connection attempt. #636

Open AlexBartles opened 5 months ago

AlexBartles commented 5 months ago

What version of AdvancedBan (/AdvancedBan) are you using? AdvancedBan-Bundle-2.3.0-RELEASE.jar

What kind of server do you have (Bungeecord/single server)? Paper servers and BungeeCord Proxies.

What server version (/version) are you using? Paper 1.8.8

Please provide the EXACT steps required to reproduce the problem...

  1. Setup MySQL and put in the correct login details
  2. Start Server
  3. Try to ban anyone

Any error/log post it through pastebin.com and link it here. (Also include /plugins/AdvancedBan/logs/latest.log) https://pastebin.com/qEenptZ7

Add any additional information below.

Hopefuls commented 5 months ago

Provide more details about your MySQL Server please, such as:

AlexBartles commented 5 months ago

Provide more details about your MySQL Server please, such as:

  • Database software
  • Version using
  • OS running on
Hopefuls commented 5 months ago

Does upgrading to Minecraft 1.8.9 do anything?

If so, then the driver of MySQL ist outdated on 1.8.8.

AlexBartles commented 5 months ago

Does upgrading to Minecraft 1.8.9 do anything?

If so, then the driver of MySQL ist outdated on 1.8.8.

Not Paper or Spigot supports 1.8.9, only 1.8.8.

Hopefuls commented 5 months ago

Unsure then, 1.8.8 likely has outdated MySQL drivers and might only get fixed by upgrading

AlexBartles commented 5 months ago

Unsure then, 1.8.8 likely has outdated MySQL drivers and might only get fixed by upgrading

But Luckperms connects to the database on 1.8.8 so I don't see why AdvancedBan shouldn't connect.