Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Class.forName("com.mysql.jdbc.Driver");
  2. Connection conn = null;
  3. conn = DriverManager.getConnection("jdbc:mysql://158.69.120.198:3306/db45684","db45684", "Pm05ebN75i");
  4. conn.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement