Hey everyone,
I have been struggling to connect into a MySQL Database hosted on PythonAnywhere using MySQL WorkBench. I have configured the connection exactly in line with the instructions at the following link:
https://help.pythonanywhere.com/pages/AccessingMySQLFromOutsidePythonAnywhere/
MySQL WorkBench is installed on macOS Sierra 10.12.6. I receive the following error messages when attempting to test the connection:
"SSH connection failed. Check your SSH connection settings and whether the SSH server is up. Error: timed out" (after about 10 seconds) followed by "Test Connection. Error could not determine remote OS details".
I have ensured my mac user profile is allowed remote login access via system prefs > sharing and have also ensured my DBMS_Connection keep alive interval setting is set to 200.
I'm stumped tbh. Probably something super noobed on my local mac but I can't figure it out.
Any help would be very much appreciated :)
Thanks,
Scott