I am on an aws instance and I am trying to connect using mysql workbench to my instance.
I set these parameters as follows:
Connection Method: standard tcp/ip over ssh ( I use ssh from the same computer so figured this was the best option)
SSH File Key: I used the same .ppk file I use for my SSH connection through Putty
MySQL Hostname: localhost (This is what it says in my config file for flarum)
MySQL Server Port: 3306 (Also taken from my config file
Username: same as I have in my flarum config
The error I get when testing the connection is:
Access denied fo 'none'. Authentication that can continue" public key
Any idea what I am missing?