Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Connection conexion = DriverManager.getConnection("jdbc:mysql://localhost/ejemplo?user=root&password=");
  2. Statement instruccion = conexion.createStatement();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement