Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. private synchronized void openConnection(){
  2. if(!isConnected()){
  3. try{
  4. conn = DriverManager.getConnection("jdbc:mysql://mysql.titanaxe.com:3306/youtube?user=srv9090&password=kZ7tl6jV");
  5. } catch(SQLException e){
  6. e.printStackTrace();
  7. }
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement