Advertisement
Guest User

Untitled

a guest
Jun 14th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public class Conexion {
  2.  
  3. String server="jdbc:mysql://localhost/escuela";
  4. String user="root";
  5. String password="";
  6. String driver="com.mysql.jdbc.Driver";
  7. Connection conexion;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement