Squashed 'temp-repo/' content from commit 6688605
git-subtree-dir: temp-repo git-subtree-split: 6688605ad41f49d1eccead8d29421c658cad0100
This commit is contained in:
commit
ecdfa2f7c4
1258 changed files with 42112 additions and 0 deletions
15
Homelab/Troubleshooting/mySql db access denied.md
Executable file
15
Homelab/Troubleshooting/mySql db access denied.md
Executable file
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue