First page Back Continue Last page Overview Graphics

MySQL under Python

Python2:

The module MySQLdb has to be installed!

sudo apt-get install python-MySQLdb

Python3:

The mysql.connector has to be installed.

sudo apt-get install python3-mysql.connector

Requirements: