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
run
pip list
to see list of packages you have installed. If it has mysql-connector-python then that is fine.
mysql-connector-python
Remember not to name your python script file as mysql.py