Guest User

Untitled

a guest
Nov 10th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. String DB_URL = "jdbc:mysql://localhost/Hotel_management";
  2. String USER = "username";
  3. String PASS = "password";
  4. conn = DriverManager.getConnection(DB_URL,USER,PASS);
Add Comment
Please, Sign In to add comment