yomansunterweb i attempted to set up a remote connnection, but i was unable to connect to mariadb remotely how to solve
ETNyx Usually one do not want to open database into internet and I do not advice it,.. If you need to do some maintenance on database you can do this from docker docker compose exec mysql-mailcow
esackbauer @yomansunterweb and besides the security concerns you should not do it as you will have dependencies with upgrades. You cannot use any mariadb with mailcow, and mailcow cannot use any version of mariadb. Don’t break a working solution, having mariadb externally is not supported.