colinmollenhour / mariadb-galera-swarm

MariaDb Galera Cluster container based on official mariadb image which can auto-bootstrap and recover cluster state.
https://hub.docker.com/r/colinmollenhour/mariadb-galera-swarm
Apache License 2.0
216 stars 101 forks source link

no external connection at mysql #103

Closed arielesp closed 3 years ago

arielesp commented 3 years ago

Hi the containers start but I cant connect to mysql out of container ... its sounds like no opened ports .. or non exists could you help me?

I tried with another image, like percona oficial, and worked fine. But I would like to use this

thanks

colinmollenhour commented 3 years ago

The 3306 port is exposed the same way as any other port but it is possible the server isn't starting due to the Galera setup steps, please check the server logs through docker logs and go from there.