Connect to mysql in a docker container from the host

后端 未结 14 802
青春惊慌失措
青春惊慌失措 2020-11-29 16:25

(It\'s probably a dumb question due to my limited knowledge with Docker or mysql administration, but since I spent a whole evening on this issue, I dare to ask it.)

14条回答
  •  遥遥无期
    2020-11-29 16:49

    if you running docker under docker-machine?

    execute to get ip:

    docker-machine ip 
    

    returns the ip for the machine and try connect mysql:

    mysql -h
    

提交回复
热议问题