如何导出 SQL 数据库
在 phpmyadmin 中到我的本地磁盘?我没有看到可以指定目的地的字段。
in phpmyadmin to my local disk? I don't see a field where I can specify the destination.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
PhpMyAdmin 提供许多导出选项。只需单击数据库并从菜单中选择“导出”即可。在那里,您将能够保存文件(提供下载),或在编辑框中获取导出查询。
如果您想以编程方式导出 mysql 数据库,请使用 mysqldump
PhpMyAdmin offers many export options. Just click on the database and select "Export" from the menu. There you will be able to save the file (offered for download), or get the export queries in a edit box.
If you want to programatically export a mysql database, use mysqldump
在“导出”选项卡中,选择“另存为文件”。
In the Export tab, select "Save as file".
在选项面板下方有第二个面板,其中有一个名为“另存为文件”或“发送”或类似的复选框。您必须选中该复选框。然后,该文件将提供下载,就像您从 Internet 下载其他任何内容一样。
Below the Options Panel there is an second panel with an checkbox called "save as file" or "send" or similar. You have to check that checkbox. Then the file will be offered for Download like if you download anything else from the Internet.