vote up 3 vote down star

I'm doing some inter-database operational research... e.g. synchronizing Oracle, MySQL, etc.

Are there any nice MySQL databases that I can download, so that I can test some importing on real-world cases? I'm thinking of some open project that might have a weekly data dump available for download.

Of course, anything similar for Oracle, Sql Server, etc is welcome as well.

Many TIA!

flag

6 Answers

vote up 3 vote down check

There are some example databases at http://dev.mysql.com/doc/

link|flag
vote up 1 vote down

I was going to suggest download.wikimedia.org but on looking, it seems they don't offer mysql dumps anymore, just the xml format. I can't think of any other projects off the top of my head that might offer raw data downloads.

You may want to clarify what format you're looking for. Do you want the typical tab-delimited ASCII dump, or do you want the actual table files? Or something else?

link|flag
vote up 1 vote down

If you want some big data sets, try some of the Wikipedia dumps. You can also go straight to the Wikimedia dump page. There are a lot of files in XML form, but a lot are available in raw SQL form.

The first link also has some instructions on how to use the dumps; parsing, importing int MySQL, etc.

Here's a link straight to the wikipedia dumps: http://download.wikimedia.org/enwiki/. Click any date and you'll find a lot of data in both XML and SQL form.

link|flag
vote up 0 vote down

@Greg: I'm experimenting the import tools Oracle SQL Developer, specifically the MySQL module. So it's not particularly important the format, so long as I can get it into MySQL, but the less work to import the better.

Thanks!

link|flag
vote up 1 vote down

It might be worth taking a peek at The Library of Free Data Models. The times I've used stuff from there, I just took the diagram and created the database myself, making the modifications I needed, but I know you can request schema dumps from him as well.

link|flag
vote up 1 vote down

Paul Dubois has some sample databases in his website (used with his MySQL 3rd Edition and MySQL cookbook)

http://www.kitebird.com/mysql-book/

http://www.kitebird.com/mysql-cookbook/downloads-2ed.php

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.