How to import the content to the database?

There is a mysql database named: example which has a table named: products it have fields: model and products_img. the model field is unique.

now i have a csv file named test.csv. which have two column [B]model and products_img[/B]. then i import it to the table products by phpmyadmin. it shows can’t import. how to import the data to the table, thank you.

I’m sure it also says why it can’t import?