添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
有情有义的柳树  ·  Python ...·  1 月前    · 
个性的小蝌蚪  ·  请与我同眠*161 ...·  4 月前    · 
文雅的小蝌蚪  ·  Awards – Octoraro ...·  5 月前    · 

How to backup mysql database to my local PC? I cannot find the tutorial on help page... Only postgresql.

Thank you

Hi there, you can use the mysqldump command from a Bash console to save your database to a backup file, and then you can download that to your own PC. The command should look something like this:

mysqldump -u UserName -p -h UserName.mysql.pythonanywhere-services.com --databases 'UserName$default' > /home/UserName/database-backup.sql
        Sorry, we have had to rate-limit your feedback sending.
Please try again in a few moments... Thanks for the feedback! Our tireless devs will get back to you soon.