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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...