4

Ubuntu下python安装mysqldb(驱动)

 2 years ago
source link: https://zxs.io/article/161
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
Ubuntu下python安装mysqldb(驱动) | XINDOO

最近在学习Django框架,需要使用到数据库,我使用的是mysql,跟java一样,需要安装驱动,这是驱动的下载网址http://sourceforge.net/projects/mysql-python/  要注意的是此网址已被墙,需要翻墙过去。

下载到压缩包后解压,然后执行安装命令

先跳转的该目录下,然后执行 sudo python setup.py install

然后就是各种问题,需要配置这个那个的。

在终端中输入:sudo apt-get install python-mysqldb

然后一切OK,可以测试以下。

import MySQLdb

无报错就成功了


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK