Hi, I tried to make a connection locally self hosted Appwrite server (local server machine) to DB development tool (development machine) called Navicat, so based on the documentation the default values for DB are the ff.
MariaDB server user name. Default value is: 'user'.
_APP_DB_PASS
MariaDB server user password. Default value is: 'password'.
_APP_DB_ROOT_PASS
MariaDB server root password. Default value is: 'rootsecretpassword'.```
I tried it but got a connection failed. So there might be additional option I need to setup for me to access it to local network?