Jump to content

Recommended Posts

Posted

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!

Posted

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.

Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...