MySQL Connector/Python enables Python programs to access MySQL databases, using an API that is compliant with the Python Database API Specification v2.0 (PEP 249) - We refer to it as the Classic API.
$ cd ~/tools $ wget https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.22.tar.gz $ tar xzf mysql-connector-python-8.0.22.tar.gz $ cd ...
Python makes it simple to integrate with both relational and non-relational databases, enabling you to build robust, data-driven applications. With connectors for SQLite, MySQL, PostgreSQL, and ...