天天看點

Python安裝MySQLdb

環境(1):Centos 6.7 Python 2.6.x

環境(2):Ubuntu      Python 2.7.x

開始安裝:

        環境(1):

1

<code>        </code><code>sudo</code> <code>yum </code><code>install</code> <code>mysqldb-python</code>

        環境(2):

<code>        </code><code>sudo</code> <code>apt-get </code><code>install</code> <code>python-mysqldb</code>

<code></code>

本文轉自 nw01f 51CTO部落格,原文連結:http://blog.51cto.com/dearch/1789296,如需轉載請自行聯系原作者