mysql-connector-python
Installation
Installing Connector/Python with pip
shell> pip install mysql-connector-pythonInstalling Connector/Python on Linux Using an RPM Package
shell> rpm -i PACKAGE.rpmInstalling Connector/Python on Linux Using a Debian Package
shell> dpkg -i PACKAGE.debInstalling Connector/Python from source
Last updated