Question - SQL authentication error

Hi Erambans - first time naive user here… :slightly_smiling_face:

I am getting the following error in the eramba docker logs

Access denied for user ‘docker’@‘172.18.0.2’ (using password: YES)
Using connection: default

I had updated the password in .env per the installation instructions. I do not see any errors in the mysql logs. I am running on Ubuntu in VirtalBox.

results of sudo docker image ls:

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e252aafc1ec2 Package eramba · GitHub “/docker-cron-entryp…” 36 minutes ago Up 36 minutes 80/tcp cron
9d16aaf3460e Package eramba · GitHub “/docker-entrypoint.…” 36 minutes ago Up 16 seconds 80/tcp, 0.0.0.0:8443->443/tcp, :::8443->443/tcp eramba
a323919fa1ae mysql:8.0.28-oracle “docker-entrypoint.s…” 36 minutes ago Up 28 minutes 3306/tcp, 33060/tcp mysql
6377683d53a2 redis:6.0.16-alpine “docker-entrypoint.s…” 44 minutes ago Up 44 minutes 6379/tcp redis

Please can you lead me by the nose to help resolve - I am not good on linux.

This happens to me before. It could be before you a running eramba based on a previous version of the database where password was different.

Before reinstalling make sure you delete all docker image, volume, systems (use docker prune). Delete the git/docker folder you have locally (it may store some configuration).

When done then restart the install process. Make sure you update .env before runing docker *yml script.

What command do you used for accessing mysql?