用 pip 安装 Mysqldb
Muhammad Maisam Abbas
2021年8月10日
2021年7月12日
你可以使用 pip 包管理器在你的设备上用 Python 安装 mysqldb
,本教程将帮助你完成你需要的命令。
在 Python 中安装 mysqldb
下面给出了在 Python 中使用 pip 包管理器安装 mysqldb
的命令。
pip install mysqlclient
此命令会在你的设备上安装最新版本的 mysqldb
。
如果你想安装旧版本,这里是你需要使用的。
pip install MySQL-python
此命令将在你的设备上安装旧版 1.2.x
mysqldb
。
上面的简短程序会在你的机器上安装 mysqldb
。你可以使用两者之一,具体取决于你的要求。
Author: Muhammad Maisam Abbas
Maisam is a highly skilled and motivated Data Scientist. He has over 4 years of experience with Python programming language. He loves solving complex problems and sharing his results on the internet.
LinkedIn