Possible Duplicate:
Is there a “Northwind” type database available for MySQL?
Microsoft has the Northwind database to provide a sample database with sample data. I’m aware of how to create a script to do something like this for a MySQL database, but am wondering if such a thing already exists.
I’ve got a few applications I want to create as a learning exercise for myself.
Is anyone aware of a script for MySQL that will create a sample database(s) and populate it with a good amount of sample data? I’m looking for something with more than just a couple of tables with a couple of rows.
MySQL has some sample databases available for learning, most well known are world and sakila. You can download them at http://dev.mysql.com/doc/index-other.html.