recettes/temp-repo/Homelab/Troubleshooting/mySql db access denied.md

604 B
Executable file

Problem

my docker compose installation og gitea is not working, I am getting this error :

Error: Error 1045 (28000): Access denied for user 'gitea'@'172.24.0.12' (using password: YES)"

Solution

yosifikit on github :

Have you changed the passwords since you first tried running the containers? docker-compose does extra work to preserve volumes between runs (thus preserving the database); you may want to try docker-compose rm -v to delete everything and try starting it up again.

sourece : https://github.com/docker-library/mysql/issues/51

et ça marche ! au bout d'1 heure ! hurray