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?
|
|
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) |
||||
|
|
|
One option would be to export the actual Northwind DB to MySQL. http://www.geeksengine.com/article/export-access-to-mysql.html FlightStats seems to be another one you could use: http://flightstats.us/about.php
|
|||
|
|
|
|
|||||
|
|
|
You may download it from here: http://dev.wavemaker.com/forums/?q=node/4721 |
|||
|
|
|
There's a link at the beginning of the article where you can grab a SQL script with structure and data: http://www.geeksengine.com/article/export-access-to-mysql.html |
|||
|
|