Ok, I'm a new member and I need some help, I'm not very experienced in MySQL. I got all the right info in my server and all but when ever I run the server I get access is denied. I don't know why and YES MY HOST DOES ALLOW MYSQL CONNECTIONS/ALL PRIVILEGES ARE SET!.
Error:
Error:
Code:
java.sql.SQLException: Access denied for user 'Axed'@'MYIPADRESS' (using password: YES) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2941) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:868) at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3340) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1238) at com.mysql.jdbc.Connection.createNewIO(Connection.java:2743) at com.mysql.jdbc.Connection.<init>(Connection.java:1553) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java :266) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at vBulletin_Integration.mysqlConnect(vBulletin_Integration.java:46) at vBulletin_Integration.<init>(vBulletin_Integration.java:40) at server.main(server.java:134) Updating shouts... java.lang.NullPointerException at vBulletin_Integration.getResultSetData(vBulletin_Integration.java:56) at Inferno.updateShouts(Inferno.java:72) at Inferno.<init>(Inferno.java:30) at server.main(server.java:135)
Comment