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

Unable to access phpMyAdmin #80

Closed
DigitalSolace opened this issue Nov 1, 2016 · 3 comments
Closed

Unable to access phpMyAdmin #80

DigitalSolace opened this issue Nov 1, 2016 · 3 comments
Assignees
Labels

Comments

@DigitalSolace
Copy link

Assistance greatly appreciated. Apologies if this in not the right forum to ask
I have a phpmyadmin container running on 8090:80 yet am unable access using http://server_ip:8090 .
Using phpmyadmin version 4.6.4 mysql 5.7 drupal 8.2.1 and php 7.0.1
docker ps -a shows the phpmyadmin container is up and running and linked to the mysql server
What am i missing?

@nijel
Copy link
Contributor

nijel commented Nov 1, 2016

Either use phpmyadmin_ip:80 or localhost:8090

@nijel nijel added the question label Nov 1, 2016
@DigitalSolace
Copy link
Author

Thanks Nijel, that's just the thing, neither of those work...
drupal server is running on: http://41.79.78.255:8080/
phpmyadmin not working on: http://41.79.78.255:8090/

@DigitalSolace
Copy link
Author

Solved - this was a combination of the cloud service provider blocking ports and setting the PMA_HOST variable to the ip address of the MYSQL container found in docker inspect.

@nijel nijel closed this as completed Nov 8, 2016
@nijel nijel self-assigned this Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants