如何恢复 SQL Server 数据库

发布于 2024-10-31 01:11:18 字数 354 浏览 1 评论 0原文

我正在使用 MySQL,但在

https://blog.stackoverflow 之前阅读了这篇文章.com/2011/04/creative-commons-data-dump-apr-11/

我想在 SQL Server 中处理这些数据。

当我下载它们时,我发现那里有很多 rar 文件。当我提取其中一个时,我找到了 xml 文件,但我真的不知道如何恢复它们。

任何人都可以解释我需要做什么来恢复它们。

I am playing with MySQL but reading this post before

https://blog.stackoverflow.com/2011/04/creative-commons-data-dump-apr-11/.

I want to play with this data in SQL Server.

When I download them I found many rar files there. When I extract one of them, I found the xml file but I really do not know how I can restore them.

Can anyone can explain what I need to do to restore them.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

星星的軌跡 2024-11-07 01:11:18

您可以从 shell 命令/命令行

$ mysql -u [uname] -p[pass] [db_to_restore] < [backupfile.sql]

http://www.webcheatsheet.com/SQL/mysql_backup_restore 执行此操作.php

You can do this from shell command/command line

$ mysql -u [uname] -p[pass] [db_to_restore] < [backupfile.sql]

http://www.webcheatsheet.com/SQL/mysql_backup_restore.php

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文