I have been trying to replicate my database currently in my localhost into pythonanythere mysql. I am not able to import/run the script so that i can insert my database into pythonanywhere mysql. How can I do it?
I have been trying to replicate my database currently in my localhost into pythonanythere mysql. I am not able to import/run the script so that i can insert my database into pythonanywhere mysql. How can I do it?
Do either of these help topics help?
https://www.pythonanywhere.com/wiki/LoadDataInfile
https://www.pythonanywhere.com/wiki/ImportingYourLocalDatabaseToPythonAnywhere
got it