Merge commit 'ecdfa2f7c4' as 'temp-repo'
This commit is contained in:
commit
2fe0c9a830
1258 changed files with 42112 additions and 0 deletions
15
temp-repo/Homelab/Troubleshooting/mySql db access denied.md
Executable file
15
temp-repo/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