scp -P 1234 user1@mysql.server.com:/location/of/source/file /location/of/destination
-P 1234: port number 1234 (may vary in your case)
user1: username
mysql.server.com: domain
/location/of/source/file: location of the database file on the server
/location/of/destination: location where you want to save the file on your computer
1条答案
按热度按时间f0brbegy1#
如果您使用ssh登录,则意味着您可以访问shell。找到数据库文件的位置,然后使用scp下载它。
命令如下所示:
您还需要确保您拥有使用scp复制文件的必要权限。
下载后,您可以使用数据库浏览器 checkout 内容。