In this article I will explain with an example, how to download and install Microsoft Northwind Sample database in MySql.
Microsoft's Northwind database is available for SQL Server and MS Access but it is not available for download for MySql.
 
 
Download the Northwind database Script for MySql
The script can be downloaded using the following link.
 
 
Installing the Script in MySql database using MySql Workbench
Once the Script file is downloaded, you need to open it using Notepad or any other Text File editor and copy its contents in MySql Workbench query window and click Execute.
Download and Install Microsoft Northwind Sample database in MySql
 
That’s all you need to do and the script will create a Northwind database in MySql.
Download and Install Microsoft Northwind Sample database in MySql
 
 
Downloads