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?
feedback
|
|
1- Northwind (schema+data, as provided by mnk below) 2- FlightStats 3- MySql Version of NW schema (InnoDB) 4- MySql Version of NW schema (MyISAM) 5- more info | ||||
|
feedback
|
|
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
| |||
|
feedback
|
|
| |||
|
feedback
|
|
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 | |||
|
feedback
|