We will use the Classic Models database, a retailer of scale models of classic cars, as the sample database to help you to work with MySQL quickly. You can download it via the following link:
The downloaded file is in zip format so you will need a zip program to unzip it. The free zip program can be downloaded at www.7-zip.org. After unzip sampledatabase.zip file, you can install it on MySQL database server and Test your installation by using these SQL commands:
USE classicmodels;
SELECT * FROM customers;
If you see result returns, you were successful to install the sample database into MySQL database server. Click this next page link bellow to start playing with classic models database in MySQL.