Advertisement
Guest User

Untitled

a guest
Sep 19th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. NOTE : Following procedure are for windows user.
  2.  
  3. * Tools needed
  4. - HeidiSQL
  5. - Putty
  6.  
  7. Steps:
  8.  
  9. 1) Create a new session in session manager and give appropriate name to it
  10. 2) In settings tab make changes following:
  11.  
  12. * Network type: MySQL (SSH tunnel)
  13. * Hostname/IP: 127.0.0.1
  14. * User: <REMOTE_DB_NAME>
  15. * Password: <REMOTE_DB_PASSWORD>
  16. * Port: 3306
  17.  
  18. 3) In SSH Tunnel tab make following changes:
  19.  
  20. * plink.exe location: <SELECT PUTTY.EXE LOCATION>
  21. * SSH Host + Port: <IP_ADDRESS_SSH_SERVER> + <22>
  22. * Username: <SSH Username>
  23. * Password: <SSH Password>
  24. * plink.exe timeout: 8
  25. * Local Port: 2000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement