Guest User

Untitled

a guest
Nov 8th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. sqlcon = DriverManager.getConnection(SQLConnection.getUrl(),
  2. SQLConnection.getUser(), SQLConnection.getPassword());
  3.  
  4. SQLConnection.getUrl() = "jdbc:mysql://localhost:3306/dataValdb"
  5. SQLConnection.getUser() = "root"
  6. SQLConnection.getPassword() = "mypassword"
Add Comment
Please, Sign In to add comment