I'm on the free tier of PythonAnywhere as I evaluate it for my small app.
I'm trying to connect a Flask App with SqlAlchemy to a MySQL database I have stored on another hosting service outside of PythonAnywhere. Any connection I attempt gets a long traceback error which appears to be cut off at 8,024 characters.
I've whitelisted PythonAnywhere.com on my hosted MySQL server and can access my database locally via the deployed app when ran as localhost.
Has anyone else attempted this before? I thought I saw in the forums that I might need to upgrade to at least the Hacker tier but it seemed inconclusive . Thank you for any insights!