recettes/Homelab/Troubleshooting/mySql db access denied.md
gribse ecdfa2f7c4 Squashed 'temp-repo/' content from commit 6688605
git-subtree-dir: temp-repo
git-subtree-split: 6688605ad41f49d1eccead8d29421c658cad0100
2025-10-06 19:14:58 +02:00

15 lines
No EOL
604 B
Markdown
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