dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Error while connecting to db

Open Pex16 opened this issue 6 years ago โ€ข 1 comments

Hello, I have copied the docker-compose.yml file and built the containers. They are up and running and it seems all ok. But when I go to the install.php page and try to configure I have problem with the connection to the db:

BAD Does administrative user have access to the database? ( No such file or directory )

I have inserted the same credentials that was defined into tre docker-compose file and followed step by step the instruction. Whatโ€™s the mistake?

Pex16 avatar May 30 '19 18:05 Pex16

Hi,

You need to grant access from outside for mysql container.

Best

ijerez2001 avatar Apr 23 '20 09:04 ijerez2001