Search results

  1. 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