netorube Posted January 27, 2018 Posted January 27, 2018 I have a minecraft server and it usually connected to mysql but now it`s not connecting gives me a error like this: java.sql.SQLException: Access denied for user 'netorube_pafr2'@'bl22-50-137.dsl.telepac.pt' (using password: YES)18:15:24 [sEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)18:15:24 [sEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)18:15:24 [sEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)18:15:24 [sEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:873)18:15:24 [sEVERE] at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1710)18:15:24 [sEVERE] at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1226)18:15:24 [sEVERE] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2188)18:15:24 [sEVERE] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2219)18:15:24 [sEVERE] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2014)18:15:24 [sEVERE] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:776)18:15:24 [sEVERE] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)18:15:24 [sEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)18:15:24 [sEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)18:15:24 [sEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)18:15:24 [sEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)18:15:24 [sEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)18:15:24 [sEVERE] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)18:15:24 [sEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)18:15:24 [sEVERE] at java.sql.DriverManager.getConnection(Unknown Source)18:15:24 [sEVERE] at java.sql.DriverManager.getConnection(Unknown Source)18:15:24 [sEVERE] at de.HyChrod.Friends.SQL.MySQL.connect(MySQL.java:24)18:15:24 [sEVERE] at de.HyChrod.Friends.Friends.onEnable(Friends.java:48)18:15:24 [sEVERE] at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:227)18:15:24 [sEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:268)18:15:24 [sEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:56)18:15:24 [sEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15) Please help! Quote
Krydos Posted January 27, 2018 Posted January 27, 2018 Have you enabled remote mysql for the IP 2.83.50.137 or the wildcard % to allow all IPs? Quote
Krydos Posted January 28, 2018 Posted January 28, 2018 Try changing the password of the mysql user netorube_pafr2, and then update the password in your connection settings. Let us know if that still doesn't work. Quote
netorube Posted January 28, 2018 Author Posted January 28, 2018 thanks it works, i had already changed once but to the same password, not to a different but now that i changed to a different one it works Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.