Contents

mysql-connector-python 9.6.0

0

A self-contained Python driver for communicating with MySQL servers, using an API that is compliant

A self-contained Python driver for communicating with MySQL servers, using an API that is compliant with the Python Database API Specification v2.0 (PEP 249).

How to Install mysql-connector-python

You can install mysql-connector-python using pip

pip install mysql-connector-python

or add it to a project with poetry

poetry add mysql-connector-python

Package Details

Author
Oracle and/or its affiliates
License
GNU GPLv2 (with FOSS License Exception)
Homepage
None
PyPi:
https://pypi.org/project/mysql-connector-python/
Documentation:
https://dev.mysql.com/doc/connector-python/en/

Classifiers

  • Database
  • Software Development
  • Software Development/Libraries/Python Modules
No  mysql-connector-python  pypi packages just yet.

Errors

A list of common mysql-connector-python errors.

Code Examples

Here are some mysql-connector-python code examples and snippets.