How to install sample data for magento?
How to install sample data for magento
Step1: Download sample data from http://www.magentocommerce.com/download
Step2: Extract the sample data files from the archive. you will get magento_sample_data_for_1.6.1.0.sql
Step3: Create a new aempty database for Magento.
Step4: Import the sample data sql file (magento_sample_data_for_1.6.1.0.sql) into your empty Magento database.
Step5: Continue your normal installation process.