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
- I have an error oauth with Microsoft
invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for...
- how many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
