Hi all,
Soon to be PythonAnywhere customer here, I have a question about the database options.
I am running a mySQL database to power my website and I saw you can create multiple databases. Would it be possible to set up an additional database and have it "shadow" the main one?
So every time a change is affected in the main database, that change also happens in the "shadow" one. However any changes to the shadow database wouldn't be carried over to the main one.
The reason for this is I would like to connect my dev environment to the PA database so I always have the most up-to-date version, however I think connecting directly to the production database is a bad idea, for obvious reasons.
Do any of you know if something like this is possible, or if there is a viable alternative?
Many thanks!