Created
March 19, 2017 13:06
-
-
Save humbertodias/3138cf7753b6814d37b606764fb9efaf to your computer and use it in GitHub Desktop.
Exporting Mysql server to internet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# tunnel online | |
ngrok tcp 3306 | |
# connection | |
user=root | |
pass=techne | |
host=0.tcp.ngrok.io | |
port=16799 | |
mysql -u$user -h$host -P$port -p$pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment