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 found that @gdxn96 solution worked for me, but with 1 change.
sudo wget http://cdn.mysql.com//Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz tar -zxvf mysql-connector-python-2.1.3.tar cd mysql-connector-python-2.1.3 sudo python3 setup.py install