I have downloaded the Connector/Python for MySQL successfully. I used the following code in Python\'s shell to test my connection:
import mysql.connector
I just moved source folder connector from folder mysql to site-packages. And run import connector
connector
mysql
site-packages
import connector