python2-mysqlclient 1.3.13 MySQLdb is an interface to the popular MySQL database server for Python

MySQLdb is an interface to the popular MySQL database server for Python. The design goals are:

  1. Compliance with Python database API version 2.0 [PEP-0249],

  2. Thread-safety,

  3. Thread-friendliness (threads will not block each other).