Guest User

Untitled

a guest
Aug 30th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public void connect(String server) throws Exception {
  2. Class.forName("com.mysql.jdbc.Driver").newInstance();
  3. con = DriverManager.getConnection("jdbc:mysql://"+server+"/Kindalike?" +
  4. "user=kindalike&password=kindalike");
  5. }
Add Comment
Please, Sign In to add comment