DevLeoko / AdvancedBan

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

No acces to database #570

Open Zeuslyx opened 2 years ago

Zeuslyx commented 2 years ago

What version of AdvancedBan (/AdvancedBan) are you using? 2.3.0

What kind of server do you have (Bungeecord/single server)? Bungeecord #1119 (https://ci.md-5.net/job/BungeeCord/1119/)

What server version (/version) are you using? 1.7.10

Please provide the EXACT steps required to reproduce the problem... 1.create BungeeCord 2.first start BungeeCord 3.stop BungeeCord 4.put AdvancedBan in the plugins file 5.start BungeeCord 6.edit config.yml 7.restart BungeeCord

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

Add any additional information below. I tested with another version of bungeecord (1.16), and I have no problem, the plugin manages to connect to the database

Hopefuls commented 2 years ago

The following error seems to refer to a connection error to your database:

Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.

Make sure your MySQL server running locally can be accessed. It is not a wrong password issue, the server is either not online or cannot be connected to.