Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Document DB connection options for external tools #60

Open
lmakarov opened this issue Sep 15, 2015 · 1 comment
Open

Document DB connection options for external tools #60

lmakarov opened this issue Sep 15, 2015 · 1 comment

Comments

@lmakarov
Copy link
Owner

Need documentation explaining how to connect tools like Sequel Pro, SQLyog etc to the DB container.

@lmakarov
Copy link
Owner Author

On projects using vhost-proxy you have two options:

  1. Use dsh ps to check the port number of the mysql container - http://take.ms/qOFwE
  2. Set a static port mapping in docker-compose.yml - http://take.ms/Gfg8p (28KB)

Recommended option for now is #2, since it is less hassle in the long run. You’ll just have to make sure multiple projects won’t run into port collision (e.i. two projects fighting for port 3306)

In either case you will most typically connect to mysql as

host: 192.168.10.10
port: per #1 or #2
user: root
password: admin123

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant