I am trying to connect a database i created in a docker container to metabase which was also installed through docker
here are the credentials i filled
database type: mysql
display name: BdoTrial1
host: 172.17.0.3
port: 3306
database name: BdoTrial1
username: root
password: pasword
Use a secure connection (SSL): toggled off
Use an SSH-tunnel: toggled off
i expected the database to be connected but instead i got the following error:
Could not connect to address=(host=172.17.0.3)(port=3306)(type=master) : RSA public key is not available client side (option serverRsaPublicKeyFile not set)
SaadLife is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.