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

webpanel mysql error #195

Closed justinbea closed 6 years ago

justinbea commented 6 years ago

What version of AdvancedBan (/AdvancedBan) are you using? First 2.1.4 release than 2.1.5 snapshot

What kind of server do you have (Bungeecord/single server)? Bungeecord

What server version (/version) are you using? This server is running CraftBukkit version git-Spigot-3d850ec-809c399 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT) This server is running CraftBukkit version git-Spigot-596221b-9a1fc1e (MC: 1.12) (Implementing API version 1.12-R0.1-SNAPSHOT)

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

  1. making database and filling it in on the webpanel register
  2. and plugin is not accepting my database

Any error/log post it through pastebin.com and link it here. https://pastebin.com/LQuy1Tcm

Add any additional information below. error on webpanel register The MySQL-Data are not valid! Failed: Host 'at-viex-inx-r16.ha184092.xenox.systems' is not allowed to connect to this MySQL server

DevLeoko commented 6 years ago

Seems like your MySQL Server is not reachable from outside localhost. You can validate your MySQL-Data here: http://skamps.eu/MySQL/

justinbea commented 6 years ago

your MySQL tester is saying: Connection test result: Failed Host 'at-viex-inx-r16.ha184092.xenox.systems' is not allowed to connect to this MySQL server

DevLeoko commented 6 years ago

Yap, that means that the issue is not on our side. You will need to make your MySQL-Server reachable from outside localhost. Ask Google how to do that ;)