You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hazaeluz I found some walkaround, in my case the problem is firewall, when I disable it I can install magento/connect to DB without any problems so i start Docker and than disable firewall
Check that the mysql container is actually running. In my case it wasn't, it had stopped. This seems to be related to #70 - the solution mentioned there, and that worked for me, was to change the mysql version to 5.6.50 in the docker-compose.yml file.
Seems I cant communicate with DB getting this error when trying to run
docker exec -it install-magento
If I go to frontend, I can see the Wizard, but it fails after trying to install DB.
The text was updated successfully, but these errors were encountered: