MySQL Connector/Python 开发者指南  /  Connector/Python 安装

第 4 章 Connector/Python 安装

Connector/Python 可以在任何安装了 Python 的平台上运行。Python 在大多数 Unix 和类 Unix 系统(如 Linux、macOS 和 FreeBSD)上预安装。在 Microsoft Windows 上,可以在 Python 下载网站 或通过 Microsoft 应用商店获取 Python 安装程序。如果需要,请在尝试安装 Connector/Python 之前下载并安装适用于 Windows 的 Python。

注意

Connector/Python 需要系统 PATH 中的 python

快速安装指南:使用 pip

$> pip install mysql-connector-python