python 安裝mysqldb組件

來源:互聯網
上載者:User

標籤:http   使用   ar   strong   for   檔案   sp   on   c   

只能源碼安裝

  • 源碼下載:

http://sourceforge.net/projects/mysql-python/files/mysql-python/1.2.3/

http://sourceforge.net/projects/mysql-python/files/mysql-python/1.2.3/MySQL-python-1.2.3.tar.gz/download

  • apt-get安裝前置的配套組件:

sudo apt-get install python-setuptools
sudo apt-get install libmysqld-dev
sudo apt-get install python-dev

  • 或者使用yum安裝前置的配套組件

yum install python-devel
yum install mysql-devel.x86_64

  • 修改設定檔:

which mysql_config
修改site.cfg中的mysql的配置, 修改為指定的路徑.

  • 最後執行安裝命令

sudo python setup.py install # or su first

 

可能的錯誤:
error: my_config.h: No such file or directory
需要按照以上步驟安裝

python 安裝mysqldb組件

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.