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
Try that out bud
sudo wget http://cdn.mysql.com//Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz gunzip mysql-connector-python-2.1.3.tar.gz tar xf mysql-connector-python-2.1.3.tar cd mysql-connector-python-2.1.3 sudo python3 setup.py install