Solved MySQL: Access Denied?! [Urgent]

Discussion in 'Plugin Development' started by Build_and_Break, May 29, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Build_and_Break

    Hello,

    I was recently able to connect to my localhost MySQL server, but I've been denied access lately. I know for a fact the server is online and the credentials are correct. I've made multiple user accounts but none seem to work, not even "root". Again, I'm positive it's online, my network works fine, and the credentials I used are correct.

    Errors: http://hastebin.com/uxuxobofec.vbs

    Thanks,
    Build
     
  2. Offline

    Azubuso

    Code:sql
    1. Could NOT CONNECT TO MySQL server! because: Access denied FOR USER 'root'@'localhost' (USING password: YES)


    Well, your password seems to be false my friend, double check it. And also, are you by any chance trying to connect to the server twice?
     
  3. Offline

    Build_and_Break

    I've tried just about 100 times, ensuring the password is the same in the config and server, used different accounts, and restarted both the bukkit and MySQL server, none of which seemed to affect it. I'm not accessing it 2 times.

    Code: https://github.com/TacticalCactupi/LW

    Solved, config file path didn't match getConfig path. Thanks SpaceManiac

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 1, 2016
Thread Status:
Not open for further replies.

Share This Page