Search results

  1. I

    Writing to an x10 database from my computer

    So I'm trying to get character saving (for a game I'm developing) to a database made through my webhost, the problem is I can't get the connection to go through. What I have is: con = DriverManager.getConnection("jdbc:mysql://domain/database_name","user","password"); Yes, I have added my IP...
  2. I

    Writing to an x10 database from my computer

    So I'm trying to get character saving (for a game I'm developing) to a database made through my webhost, the problem is I can't get the connection to go through. What I have is: con = DriverManager.getConnection("jdbc:mysql://domain/database_name","user","password"); Yes, I have added my IP...
Top