Forums

pythonanywhere, how to connect mysql database remotely from local django application

I need to connect mysql database on pythonanywhere remotely from local django application

There are instructions in the help pages for using an SSH tunnel to connect to your database from outside of PythonAnywhere.

Here's the link.