Rank 3: Container
Is it possible with Azure Data Studio.
Votes
0
Replies
8
Participants
Unknown
Messages
9
Rank 3: Container
Is it possible with Azure Data Studio.
Rank 4: Virtual Machine
Yes you can. Appwrite use mariadb. Search on discord, many topic about that
Rank 4: Virtual Machine
Rank 3: Container
I can access by appwrite docker terminal
Rank 3: Container
Rank 4: Virtual Machine
You need to open port on yor docker compose file
Rank 4: Virtual Machine
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