Guest User

Untitled

a guest
Aug 26th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. MySQL Connect via proxy in Java
  2. ...
  3. try
  4. {
  5. Class.forName("com.mysql.jdbc.Driver");
  6. Connection conexion = DriverManager.getConnection("jdbc:mysql://localhost/agenda", "root", "LA_PASSWORD");
  7. }catch....
  8. ...
Add Comment
Please, Sign In to add comment