This repository has been archived by the owner on Mar 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Incorrect mysql password #4
Comments
Can you post your full .env file with the passwords masked out? |
Sure its:
I haven't made any changes except for the password |
Are you running the latest version of docker-compose? I was having lots of problems because I used apt and installed docker-compose thinking since I already added the docker repository it would be pulling from there but instead I got an ancient 1.21 version (It wouldn't even accept version 3.7 yml,). After removing my ancient docker-compose (sudo apt-get remove docker-compose for me) and following this: https://docs.docker.com/compose/install/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried following the specified directions and can't seem to boot up the image.
running
docker-compose up -d mysql
doesn't allow me to log into mysql with the specified password viadocker exec
. To fix this I executedocker run ...
which allows me to login. However, both approaches result in the following errorThe password is being passed through correctly via the env variables (it's echoed out above the error message) however it seems like it's not logging in
Any ideas??
The text was updated successfully, but these errors were encountered: