I want to connect to a MariaDB database on a remote server. The remote db only accepts local connections, so I first have to establish an SSH tunnel and then connect through that. Unfortunately, I ...