How to access Appwrite database with Self-Hosting Installation on Windows Docker
- 0
- Tools
- Databases
- Web

Is it possible with Azure Data Studio.

Yes you can. Appwrite use mariadb. Search on discord, many topic about that


I can access by appwrite docker terminal


You need to open port on yor docker compose file


How to access Appwrite database with Self-Hosting Installation on Windows Docker

You can also run this in your windows Host
docker network inspect appwrite_appwrite --format "{{range .Containers}}{{println .Name .IPv4Address println }}{{end}}" | findstr /c:"maria"
This will give you the ip address for accessing you MariaDB from localhost.
You can see more details here: https://gist.github.com/byawitz/885510a4d9789e97424337e9472276d7
Recommended threads
- Unknown origin using Capacitor
I’m using capacitor to create native apps from angular source code. It was working a month ago, but now when I try to access appwrite through the app I get “Inv...
- starter-for-nextjs abandoned
I checked out the start-for-nextjs repo in appwrite and it seems like no one is updating it timely as the next version in it is 14.2.x and currently the latest ...
- smtp data not accepted
I have a Problem with the smtp.. it says data not accepted.. i invited a user to my Project so what is that ``` _APP_SMTP_HOST=smtp.mailersend.net _APP_SMTP_PO...
