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 S
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)
There's a link at the beginning of the article where you can grab an SQL
script with structure and data:
http://www.geeksengine.com/article/export-access-to-mysql.html
There is a sample database provided by MySQL: https://dev.mysql.com/doc/employee/en/index.html
Here's a version of Northwind for MySQL on GitHub. The column names have been slightly altered to fit the MySQL standard.
https://github.com/dalers/mywind