Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Main.conn = DriverManager.getConnection("jdbc:mysql://" + LocalData.host + ":" + LocalData.port + "/" + LocalData.base,
  2. LocalData.username, LocalData.password);
  3.  
  4.  
  5. Main.conn = DriverManager.getConnection("jdbc:mysql://localhost:" + LocalData.port + "/" + LocalData.base,
  6. LocalData.username, LocalData.password);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement