Recent content by cs413pro

  1. C

    Java / MySQL connection

    I have went ahead and opened a ticket, thank you for your help.
  2. C

    Java / MySQL connection

    Hi, I'm not using x10hosting's free package. I upgraded today to premium hence why I was able to create a MySQL database. Is remote database access also blocked for premium members? Thanks
  3. C

    Java / MySQL connection

    Hi all, I'm trying to access a MySQL database I've set up on my account using java however I'm having problems whenever I try to connect. The code in java I have is: Connection conn = DriverManager.getConnection("jdbc:mysql://cs413project.x10host.com:3306/cs413pro_db", "username", "password")...
Top