我在哪里可以下载示例 Mysql 数据库?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2441062/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Where can I download sample Mysql database?
提问by monkey_boys
Where can I download sample Mysql database?
我在哪里可以下载示例 Mysql 数据库?
I would like to test some queries, but not have any data in the database.
我想测试一些查询,但数据库中没有任何数据。
Where can I find it?
我在哪里可以找到它?
回答by John Boker
http://dev.mysql.com/doc/index-other.htmllists some sample databases you can download.
http://dev.mysql.com/doc/index-other.html列出了一些您可以下载的示例数据库。
回答by s1lntz
https://launchpad.net/test-db/+download
https://launchpad.net/test-db/+download
includes an installation script and a test suite too. good source.
还包括一个安装脚本和一个测试套件。很好的来源。
回答by aboujanane
Here is a good sample working database included in PHP Datagrid tool :
这是 PHP Datagrid 工具中包含的一个很好的示例工作数据库:
- Download PHP Datagrid tool from : https://phpgrid.com
- The demo database is available inside the folder “examples\SampleDB"
- 从以下网址下载 PHP Datagrid 工具:https: //phpgrid.com
- 演示数据库位于文件夹“examples\SampleDB”中
回答by DoesEatOats
This is not a direct download but it has useful code for creating an HR system with tables and data at: http://www.sqltutorial.org/sql-sample-database/
这不是直接下载,但它有用于创建包含表和数据的 HR 系统的有用代码:http: //www.sqltutorial.org/sql-sample-database/