Connect to local MySQL from Docker Container
You’re running a docker web app and it connects fine to the IP address you specified on a shared database server, but you can’t connect to MySQL running on your workstation hosting the container. How do you connect to your local machine’s instance of MySQL? Easy. In this example, we’re doing dev coding on our… Continue reading Connect to local MySQL from Docker Container