Hi
I am trying to connect Metabase to MySQL 9 instance. The error below is returned
Could not connect to address=(host=172.19.0.17)(port=3306)(type=master) : RSA public key is not available client side (option serverRsaPublicKeyFile)
The documentation mentioned to add
command: ["--default-authentication-plugin=mysql_native_password"]
to the docker yml file, which I did. However, the docker MySQL instance keep failing when adding the command. Upon further reading it seems that MySQL has completely dropped the native password plugin.
Is there another way to work around the issue or is downgrading going to be the only option?