Forked from humbertodias/gist:3138cf7753b6814d37b606764fb9efaf
Created
May 23, 2019 00:41
-
-
Save nk-gears/438c05f3acd07b72876bc8d9a18c6caa 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