I use docker to work with two mysql (5.5, 5.7). I want to connect the database to the IDE, but I don’t know which hostname to use. If I look at the ports that are busy and hosts, it displays
tcp6 0 0 ::: 3306 ::: *
LISTEN 14740 / docker-proxy
I use docker to work with two mysql (5.5, 5.7). I want to connect the database to the IDE, but I don’t know which hostname to use. If I look at the ports that are busy and hosts, it displays
tcp6 0 0 ::: 3306 ::: *
LISTEN 14740 / docker-proxy
Source: https://ru.stackoverflow.com/questions/785647/
All Articles