Problem with IP configuration

Discussion in 'Bukkit Help' started by Kaosvf, May 13, 2011.

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

    Kaosvf

    Hi,
    trying to install this plugin http://forums.bukkit.org/threads/se...elf-service-block-level-awesomeness-766.13737 I have a problem:
    I must configurate a mysql connection, well, this is my config file:
    Code:
    database:
        username: root
        isolation: SERIALIZABLE
        driver: com.mysql.jdbc.Driver
        password: mypassword
        url: jdbc:mysql://mysql.remoteaddress.com/database_name
    My database is in a remote address but when I try to launch bukkit that plugin say: Access denied for user 'root'@'94.x.x.x(the Server IP where is installed bukkit)' (using password: YES)
    the problem is that the plugin don't take the remote address, what can I do?
    Thank you

    bukkit version: 766
    os: linux centos 5.5
     
  2. Offline

    TBK

    Try with another user, as far as I recall some MySQL setups doesn't allow remote login with root.
     
  3. Offline

    Kaosvf

    hmm, root is an example, I don't use root...
    but the problem is that on connection it wrong ip, it use the localhost ip but I wrote a remote address in the config file.
     
Thread Status:
Not open for further replies.

Share This Page