sameersbn / docker-mysql

A Dockerfile that installs a mysql server
MIT License
247 stars 173 forks source link

Link to Mysql container from other container #15

Closed Zonork closed 9 years ago

Zonork commented 9 years ago

Hello y launch a container mysql and i try to link to other container with apache and php, i want use phpmyadmin to see the databases ono mysql container, i launch and link the containers but phpmyadmin cant connect with mysql

a-omsk commented 9 years ago

I solved this problem, when i add next line to my /etc/hosts file : "127.0.0.1 db" (on my linux machine)

sameersbn commented 9 years ago

@Zonork I believe this issue has been resolved.