I am new to MySQL and know how to use mysqldump utility to backup a database. However, I think it is not installed on pythonanywhere. I would appreciate any suggestions on how I can back up mysql databases that I create on pythonanywhere.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
[update]
We’ve now made the
mysqldumpbinary available via bash console sessions, so you can just go ahead and use it!(historical answer follows for anyone curious / affected by a similar problem)