aschmelyun / docker-compose-wordpress

A docker-compose workflow for local WordPress development
241 stars 151 forks source link

Remote SQL connection times out #9

Closed apatwary12 closed 2 years ago

apatwary12 commented 2 years ago

I am getting a "Unable to connect to host 127.0.0.1, or the request timed out." with SQL pro. I've sniffed all my 3306 ports and docker is the only one running on that port. Am i missing something?

I have tried to connect using these credentials:

host: 127.0.0.1 username: wp password: secret port 3306

host: mysql username: wp password: secret port 3306