Thread: Cant connect to Mysql DB

Results 1 to 2 of 2
  1. #1 Cant connect to Mysql DB 
    helle
    Guest
    Ok so i am hosting my DB on a godaddy account. When i try to connect i get this.
    Code:
    ERROR 2 wth?
    Errorjava.lang.NullPointerException
    Found 0 AutoSpawn Points
    Error
    Found 0 Item Spawn Points
    Error Shop: java.lang.NullPointerException
    Found 0 Npc Shops
    java.sql.SQLException: Access denied for user 'root'@'localhost' (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 highscore.createCon(highscore.java:12)
            at server.run(server.java:129)
            at java.lang.Thread.run(Unknown Source)
    Server has initialized.
    Also when I try to Run my Webclient it doesnt extract the cache. It downloads it fine.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jan 2009
    Posts
    285
    Thanks
    0
    Thanked 2 Times in 1 Post
    Rep Power
    97
    You setup MYSQL remote connections?
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •