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

DB_USER can not connect remotly #17

Open
KeremTubluk opened this issue Sep 5, 2015 · 1 comment
Open

DB_USER can not connect remotly #17

KeremTubluk opened this issue Sep 5, 2015 · 1 comment

Comments

@KeremTubluk
Copy link

There is two problems with this installation for remote access.

  1. /etc/mysql/my.conf binds to 127.0.0.1
  2. The default user have no host associated with it.
@sameersbn
Copy link
Owner

  1. /etc/mysql/my.conf binds to 127.0.0.1

This is not true, see https://github.com/sameersbn/docker-mysql/blob/master/entrypoint.sh#L153

  1. The default user have no host associated with it.

You can create a remote root using the DB_REMOTE_ROOT_NAME and DB_REMOTE_ROOT_HOST parameters https://github.com/sameersbn/docker-mysql#creating-remote-user-with-privileged-access

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