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
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, itโs mention that only setup client with endpoint / api key is enou...