MySQL Connection

Discussion in 'Bukkit Help' started by TerraPlay, Mar 5, 2011.

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

    TerraPlay

    Hello,

    can you tell me how to connect to my MySQL database which is on my webserver? The MySQL database is hosted at bplaced.net. If I connect to the database via PHP it works. But if I try to connect to the database via java, it doesnt work. Here's my config (Netstats Plugin btw):

    Code:
    host=fianar.bplaced.net
    database=fianar
    username=fianar
    password=*****
    updateRate=32
    In the console there is an error which says java couldn't connect blabla. Any solutions?

    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page