I have a cloud server with Ubuntu 14.04 and I'm having trouble to install the mysql-connector-python on it..
On windows, I used a installer .msi and it works fine, but on the server I already tried using
pip3 install mysql-connector-python
and pip3 install
all the possibles downloads of https://dev.mysql.com/downloads/connector/python/ for Ubuntu 14.04
no success..
any ideas?