Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I download sample Mysql database?

Tags:

mysql

Where can I download sample Mysql database?

I would like to test some queries, but not have any data in the database.

Where can I find it?

like image 456
monkey_boys Avatar asked Mar 14 '10 03:03

monkey_boys


People also ask

Can you download a MySQL database?

You can export a MySQL database to a file by using phpMyAdmin or the mysqldump table/database command line program.

How do I create a sample database in MySQL?

Right-click the connection name and select New Database. Alternatively, go to the Database menu in the main toolbar and click New Database. 4. In the New Database tab that will open, enter the name for your new database, select charset and collation.

Can MySQL be downloaded for free?

MySQL Community Edition is a freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts. MySQL Cluster Community Edition is available as a separate download.


2 Answers

http://dev.mysql.com/doc/index-other.html lists some sample databases you can download.

like image 160
John Boker Avatar answered Oct 15 '22 10:10

John Boker


https://launchpad.net/test-db/+download

includes an installation script and a test suite too. good source.

like image 38
s1lntz Avatar answered Oct 15 '22 09:10

s1lntz