Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ### If you can ssh then you can connect with the remote database by ssh tuneling. Open babun & write below command. Also you can add to to alias
  2. ssh -L 3300:localhost:3306 root@107.170.73.134
  3. ### Then open HeidiSQL -> Session Manager -> New
  4. Hostname: 127.0.0.1 \n
  5. User: dbuser \n
  6. Password: dbpassword \n
  7. Port: 3300 \n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement