python mysql库下载_mysqlpython下载

MySQL for Python 这是 Python 语言连接 MySQL 数据库的接口,MySQLdb为Python提供了MySQL支持,它符合Python DB API版本2.0的要求,本站提供了MySQL-python-1.2.5.win32-py2.7.exe下载地址,有需要的朋友们可以前来下载使用。

官网介绍

MySQL-python 1.2.5

Python interface to MySQL

MySQLdb is an interface to the popular MySQL database server for Python. The design goals are:

Compliance with Python database API version 2.0 [PEP-0249]

Thread-safety

Thread-friendliness (threads will not block each other)

MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently supported. Python-3.0 will be supported in a future release. PyPy is supported.

代码示例:

[code]

import _mysqdb=_mysql.connect(host="outhouse",port=3307,passwd="moonpie",db="thangs")

db.query("""SELECT spam, eggs, sausage FROM breakfast WHERE price < 5""")

[/code]

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值