Advertisement
Guest User

Untitled

a guest
May 12th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. String connectionurl="jdbc:mysql://parthramiz.esy.es/u804261533_impac"; Class.forName("com.mysql.jdbc.Driver"); String user="abc"; String passwd="****"; Connection con=DriverManager.getConnection(connectionurl,user,passwd);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement