我是靠谱客的博主 细腻爆米花,最近开发中收集的这篇文章主要介绍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]

最后

以上就是细腻爆米花为你收集整理的python mysql库下载_mysqlpython下载的全部内容,希望文章能够帮你解决python mysql库下载_mysqlpython下载所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(44)

评论列表共有 0 条评论

立即
投稿
返回
顶部