Unable to connect external MySQL table

Hi!

I’m unable to connect metabase running on docker to a mysql database running on a different server.
I’m trying to login through ssh tunnel and I’m getting

ERROR api.database :: Cannot connect to Database
java.lang.NullPointerException: null

Any suggestions/tips?

Hi @arav93
When you use a SSH tunnel, then you need to use the host in relation to the tunnel, so that would be localhost in many cases.