Closed pp2amd6 closed 11 months ago
Hi, Can you please share the full docker composer file here?
From the screenshot I see you are doing something impossible, trying to connect to localhost. Localhost is the phpMyAdmin container, not your computer.
You can fix this by using docker network mode host : network_mode: host
This is very similar to https://github.com/phpmyadmin/docker/issues/429
Or mount a socket file to the local database, this will probably work well
@williamdes sorry my fault I forgot declare network. Now I set network and all works fine
Gald to know it works fine now 🎉
I'm install phpmyadmin with docker but when I try to login i get error
mysqli::real_connect(): (HY000/2002): No such file or directory
I use
docker-compose.yml
config from phpmyadmin DockerHUB pageOS: Win 10 Docker: Docker Desktop 4.26.1 (131620)