Forums

importing mysql table rows into pythonanywhere mysql using mysql(.db) script

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