mysql-connector-python-rf
MySQL driver written in Python
What it is and what it does
mysql-connector-python-rf is a pure-Python MySQL database driver that does not depend on the MySQL C client libraries. It implements the DB API v2.0 specification (PEP-249), allowing standard database operations through a Python interface. The package was designed to work across different operating systems without requiring compiled C extensions.
However, the package has been abandoned since 2017-02-04 with no updates for 3478 days. The classifiers indicate support only up to Python 3.3, making it unsuitable for modern Python environments. No active repository or maintenance signals are available.
Use it for:
- Legacy Python 2.6–2.7 applications that need MySQL connectivity without C client dependencies
- Cross-platform deployments where MySQL C libraries are unavailable or difficult to install
- Educational projects demonstrating DB API v2.0 compliance in pure Python
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A pure-Python MySQL driver that implements the DB API v2.0 specification without requiring MySQL C client libraries.
No. The package is abandoned (last release 2017-02-04), targets obsolete Python versions (up to 3.3), and has not been maintained for 3478 days. High install friction and no security updates make it unsuitable for new projects. Modern alternatives are actively maintained.
Install
mysql-connector-python-rf on PyPI
pip
pip install mysql-connector-python-rfuv
uv add mysql-connector-python-rfpoetry
poetry add mysql-connector-python-rfInstalling mysql-connector-python-rf
Before you install
High install friction and abandoned maintenance status. The package has not been updated since 2017-02-04 and shows no active development signals.
License in practice
Licensed under GNU GPLv2 with FOSS License Exception. Copyleft terms mean any derivative work must also be GPL-licensed; verify compatibility with your project's license before use.
Quickstart
pip install mysql-connector-python-rf
import mysql.connector
conn = mysql.connector.connect(host='localhost', user='user', password='pass', database='db')
Package is abandoned since 2017-02-04 and may not work with current Python or MySQL versions.
Verify before relying
- Whether this package works reliably with modern Python versions given classifiers only list up to Python 3.3
- Current compatibility with modern MySQL server versions and protocol changes since last release
- Whether security patches or bug fixes have been applied outside of PyPI since 2017-02-04
Package facts
| License | GNU GPLv2 (with FOSS License Exception) (copyleft) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 3,478 days since the last release |
| First released | |
| Downloads | 167,234/month — #10,475 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mysql-connector-python-rf-2.2.2.tar.gz
Keywords: mysql, db
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mysql-connectorMySQL driver written in Python that enables…
copyleft · top 5,000 on PyPI
mysql-connector-pythonMySQL Connector/Python is a PEP 249-compliant…
copyleft · top 1,000 on PyPI
mariadbMariaDB Connector/Python provides a DB API…
copyleft · top 15,000 on PyPI
MySQL-pythonMySQL-python provides a Python 2 interface to…
copyleft · top 15,000 on PyPI
mysqlThis package is a deprecated virtual wrapper…
permissive · top 15,000 on PyPI
teradatasqlA PEP-249 compliant Python database driver that…
unclear · top 5,000 on PyPI
PyMySQLPyMySQL is a pure-Python MySQL and MariaDB…
permissive · top 1,000 on PyPI
pymonetdbpymonetdb is a native Python client library for…
copyleft · top 15,000 on PyPI
oracledbA Python driver for connecting to Oracle…
unclear · top 1,000 on PyPI
firebird-driverA Python Database API 2.0-compliant driver for…
permissive · top 15,000 on PyPI