hi, i have trouble connecting to a local mysql db ...
# troubleshooting
g
hi, i have trouble connecting to a local mysql db within a docker container using meltano. This is my config: Anyone who can help or anyone having the same trouble? Thanks in a advance!
I constantly get this error:
a
Hi @g._ozdemir. Is your MySQL server running locally on the host machine or inside Docker? If it’s running on the host, you’ll need to use one of the following Docker networking modes: • https://docs.docker.com/network/bridge/https://docs.docker.com/network/host/
g
Hi @atharh, thanks for the reply! I'm going to test it out now 🙂