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
Use pip3 install mysql-connector to install the python packaged (if you are using Python 3. For Python 2 you can use pip).
pip3 install mysql-connector
pip