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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...