bukkit.yml MYSQL

Discussion in 'Bukkit Help' started by McEvan, Sep 22, 2011.

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

    McEvan

    I have A website where I have my MYSQL on. I try to set up my MYSQL settings but it will not connect. I have set up other MYSQL's before and they will connect.

    Code:
    database:
        username: mcevan_mcevan
        isolation: SERIALIZABLE
        driver: org.mysql.JDBC
        password: password
        url: jdbc:mysql://mywebhostip:3306/mcevan_minecraft

    Thank You.
     
  2. Offline

    rmb938

    Is your website and server hosted on the same physical server. If it is not does your webhost allow external connections. If they do not that that is your problem.
     
  3. Offline

    McEvan

    Yes, It is hosted on Hostgator. The other plugins I have connect to it just fine.
     
  4. Offline

    rmb938

    Hmm that is odd. I have mine set up for mysql and it works fine or maybe it doesn't since I have no plugins that require persistence lol.
     
  5. Offline

    McEvan

    Okay. So you have no idea ?
     
  6. Offline

    Raniy


    Try:
    Code:
    driver: com.mysql.jdbc.Driver
     
  7. Offline

    Axalto

    I was having another problem and this fixed it for me :D
     
    Exoaria likes this.
Thread Status:
Not open for further replies.

Share This Page