Skip to content

Instantly share code, notes, and snippets.

View abraaolevi's full-sized avatar
:octocat:
Focusing

Abraão Levi de Oliveira Figueredo abraaolevi

:octocat:
Focusing
  • São Paulo, SP, Brazil
View GitHub Profile
@abraaolevi
abraaolevi / mysql-and-ngrok.txt
Created July 16, 2020 14:39
Exporting local mysql server to internet using tunnel ngrok
# tunnel online
ngrok tcp 3306
# output sample
# Forwarding tcp://0.tcp.ngrok.io:167993 -> localhost:3306
# connection
user=db_user
pass=db_pwd
host=0.tcp.ngrok.io

#Introduction If you're a php developer on ubuntu, there comes the time where you have to install/reinstall your system. I did it already a few times and i decided to write down the steps for a typical web developer stack with php. This is for a developer machine and not for a live environment!

I hope it helps you too!

fyi @mheiniger and me started with an installer here: https://github.com/mheiniger/webdev-setup