用 pip 安裝 Mysqldb

Muhammad Maisam Abbas 2021年8月10日 2021年7月12日
用 pip 安裝 Mysqldb

你可以使用 pip 包管理器在你的裝置上用 Python 安裝 mysqldb,本教程將幫助你完成你需要的命令。

在 Python 中安裝 mysqldb

下面給出了在 Python 中使用 pip 包管理器安裝 mysqldb 的命令。

pip install mysqlclient

此命令會在你的裝置上安裝最新版本的 mysqldb

如果你想安裝舊版本,這裡是你需要使用的。

pip install MySQL-python

此命令將在你的裝置上安裝舊版 1.2.x mysqldb

上面的簡短程式會在你的機器上安裝 mysqldb。你可以使用兩者之一,具體取決於你的要求。

Muhammad Maisam Abbas avatar Muhammad Maisam Abbas avatar

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

相關文章 - Python Installation