Rank 2: Process
Fresh installation of appwrite 1.4.2 gives me
Mariadb - failed to create connection : access denied for user 'user@172.22.0.9'
Votes
1
Replies
19
Participants
Unknown
Messages
20
Rank 2: Process
Fresh installation of appwrite 1.4.2 gives me
Mariadb - failed to create connection : access denied for user 'user@172.22.0.9'
Did you have appwrite installed before?
Rank 2: Process
Nope this is a fresh install
What's the output of docker volume ls?
Rank 2: Process
And docker inspect appwrite_appwrite-mariadb?
Rank 2: Process
Did you change the DB password .env after this timestamp?
Rank 2: Process
Nope..
What's the outpost of
pwd
ls -la
Rank 2: Process
And ls -la appwrite?
Rank 2: Process
Have you tried restarting the containers like
docker compose down
docker compose up -d
Rank 2: Process
Are you okay with wiping the Appwrite data?
Rank 2: Process
Yes
You can do that by running
docker compose down -v
docker compose up -d
Rank 2: Process
Thank you
[SOLVED] mariadb - Access denied in appwrite 1.4.2