Advertisement
Guest User

Untitled

a guest
Nov 9th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. //Open Connection
  2. mysql_connectionURL = "jdbc:mysql://" + server;
  3. mysql_connection = DriverManager.getConnection(mysql_connectionURL, username, password);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement