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?
Nope this is a fresh install
What's the output of docker volume ls?
And docker inspect appwrite_appwrite-mariadb?
Did you change the DB password .env after this timestamp?
Nope..
What's the outpost of
pwd
ls -la
And ls -la appwrite?
Have you tried restarting the containers like
docker compose down
docker compose up -d
Are you okay with wiping the Appwrite data?
Yes
You can do that by running
docker compose down -v
docker compose up -d
Thank you
[SOLVED] mariadb - Access denied in appwrite 1.4.2
Recommended threads
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error
- How to send Webhooks to internal network
When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save th...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...