Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql-client missing #3

Closed
cordoval opened this issue Apr 25, 2014 · 1 comment
Closed

mysql-client missing #3

cordoval opened this issue Apr 25, 2014 · 1 comment

Comments

@cordoval
Copy link

how are you supposed to connect to the db then?

@fideloper
Copy link
Owner

php-mysql is installed, which lets you connect to mysql via PHP. This container isn't meant to act as mysql's CLI client.

Since MySQL is presumably on different container, you can SSH into that container directly and use mysql client, or use a client on your own host. There's no reason to SSH into this container if you're goal is to use mysql-client.

(Most docker containers don't even let you SSH into them, but Phusion happens to. Keep that in mind tho, as that's a clue as to how Docker envisions it's usage - Each container is just a few processes being run, not a whole server).

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

No branches or pull requests

2 participants