概述
MySQL for Python 这是 Python 语言连接 MySQL 数据库的接口,MySQLdb为Python提供了MySQL支持,它符合Python DB API版本2.0的要求,本站提供了MySQL-python-1.2.5.win-amd64-py2.7.exe下载地址,支持64位操作系统安装使用,有需要的朋友们可以前来下载使用。
官网介绍
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]
最后
以上就是痴情钢铁侠为你收集整理的mysql python2.7_mysql python下载 MySQL for Python 1.2.5 win64 py2.7 官方安装免费版 下载-脚本之家...的全部内容,希望文章能够帮你解决mysql python2.7_mysql python下载 MySQL for Python 1.2.5 win64 py2.7 官方安装免费版 下载-脚本之家...所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复