Is there a "Northwind" type database available for MySQL?

mysql, northwind

Solution

UPDATE:

This is an answer for about 4 years ago and links were dead because of time, I'll put new links as soon as I find some.

1- FlightStats

2- MySql Version of NW schema (InnoDB)

3- MySql Version of NW schema (MyISAM)

4- more info

and a suggestion from mindplay.dk:

5- Northwind (schema+data, as provided by mnk below)

Problem

I need some test data for a MySQL utility that I am creating. Does anybody know where I can find one that has a similiar (if not more) amount of data as Northwind for SQL Server?

Original source