MySQL-python · PyPI
https://pypi.org/project/MySQL-python02.01.2014 · Project description. MySQLdb is an interface to the popular MySQL database server for Python. The design goals are: MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently supported. Python-3.0 will be supported in a future release. PyPy is supported. MySQLdb is Free Software. Download the file for your platform.
Installing Python MySQLdb - ThePythonGuru.com
thepythonguru.com › installing-mysqldbJan 07, 2020 · Installing Python MySQLdb. Updated on Jan 07, 2020. MySQLdb is an api for accessing MySQL database using python. It is built on top of MySQL C API. MySQLdb don't yet have support for python 3, it supports only python 2.4 - 2.7 . As a result you need to use python 2 for this tutorial. We will be using python 2.7.9, which you can download from here.