Website Login Info UID and Password

 public Connection connect() throws SQLException
{
// TODO: Fill in the URL, uid, and pw
String url = "jdbc:mysql://cosc304.ok.ubc.ca/db_skrogfos";
String uid = "skrogfos";
String pw = "36601110";

System.out.println("Connecting to database.");
// Note: Must assign connection to instance variable as well as returning it back to the caller
// TODO: Make
Previous Post Next Post

You might also like: