-
Notifications
You must be signed in to change notification settings - Fork 455
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
Cannot login to mysql server #361
Comments
I can confirm the problem after updating the version from 5.1.4 to 5.2.0. |
The difference with docker version was that no
|
Same as #365 |
A fix for this has been submitted to the official Docker repository. Our own 'phpmyadmin/phpmyadmin' repository has already been updated, but as I mention in #363 I hope to deprecate that repository in the future. |
After referencing multiple pages and forums I cannot login to phpmyadmin after setup.
I get the error:
Cannot login to the MySQL server.
mysqli::real_connect(): (HY000/2002): No such file or directory
Attached is my docker compose file:
dockcomp.txt
I have created an admin user aside root with admin privileges. using this account I can docker exec into the mariadb container and login with that account.
I can also login to the mariadb container with the account specified in the docker compose file.
None of these accounts are able to login to the phpmyadmin webui and even though i have specified below in docker compose file, i do not see the server selection option on the web page. I only have username and password
PMA_ARBITRARY=1
Below are the container logs for phpmyadmin:
The text was updated successfully, but these errors were encountered: