Advertisement
Guest User

Untitled

a guest
Apr 9th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $ ssh -L 9000:localhost:3306 user@example.com
  2.  
  3. $ mysql -h localhost -p 9000
  4.  
  5. Connection c = DriverManager.getConnection("jdbc:mysql://localhost:9000/dbname","username", "password");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement