How to install MySQL-python
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install mysql-python
- Read the notes specific to this package.
On Python 2.6 and Mac OS X (10.5+):-
You must use the python2.6-all interpreter to use MySQLdb. See Bug #87704.
Depended by
- abstrackr
- ahc
- askbot
- b3
- BaculaFS
- baruwa
- CGAT
- clio
- clixevolve
- CURD.py
- dap.plugins.sql
- django-richtext-blog
- django-zodb
- docsql
- dodai
- doloop
- dones
- DQuery
- drakeutil
- fassembler
- Flask-MySQL
- getpaid.pfgbuyableadapter
- Glastopf
- gocept.testdb
- gurumate
- hiverunner
- HTSQL-MYSQL
- ionyweb
- JoCommentAtom
- jtalks-cicd
- kegbot
- link
- lovely.testlayers
- mediaconsole
- mittun
- modu
- myorg.mypackage
- mysqlrocket
- neoppod
- ofarchiver
- onlinelinguisticdatabase
- opentsdbproxy
- OSG-Gratia-Viewer
- PEATDB
- phantomsql
- pickup
- powerline
- Products.sqlpfgadapter
- Products.ZMySQLDA
- py-mysql2pgsql
- pydap.handlers.sql
- pylytics
- pyopossum3
- pyppi
- ralph
- RelStorage
- RosterCore
- sa_mysql_dt
- sentry
- simplemysql
- SimpleSite
- slapos.toolbox
- slurchemy
- smith
- sql-to-graphite
- sqlexecutor
- sqlrest
- SRPAstro.REM
- Studio
- tahrir-api
- thing
- tiddlywebplugins.mysql
- tiddlywebplugins.mysql2
- tiddlywebplugins.mysql3
- trytond
- typhoonae
- urbanmediator
- uWeb
- virgo
- yoyo-migrations
- zorm
Lastest release
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.
MySQLdb is Free Software.
[PEP-0249] | http://www.python.org/peps/pep-0249.html |