Advertisement
Guest User

Untitled

a guest
Mar 19th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # tunnel online
  2. ngrok tcp 3306
  3.  
  4. # connection
  5. user=root
  6. pass=techne
  7. host=0.tcp.ngrok.io
  8. port=16799
  9. mysql -u$user -h$host -P$port -p$pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement