CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 17 Jul 2025 09:07:59 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090605111726
location: https://web.archive.org/web/20090605111726/https://wiki.python.org/moin/MySQL
server-timing: captures_list;dur=0.762420, exclusion.robots;dur=0.023538, exclusion.robots.policy;dur=0.010341, esindex;dur=0.015093, cdx.remote;dur=16.378717, LoadShardBlock;dur=144.324714, PetaboxLoader3.datanode;dur=131.735886
x-app-server: wwwb-app214
x-ts: 302
x-tr: 201
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app214; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 17 Jul 2025 09:08:00 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Fri, 05 Jun 2009 11:17:25 GMT
x-archive-orig-server: Apache/2.2.9 (Debian) mod_fastcgi/2.4.6 mod_python/3.3.1 Python/2.5.2 mod_wsgi/2.3
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-content-length: 11957
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 05 Jun 2009 11:17:26 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 15 Dec 2005 06:54:25 GMT", ; rel="prev memento"; datetime="Thu, 04 Jun 2009 10:09:44 GMT", ; rel="memento"; datetime="Fri, 05 Jun 2009 11:17:26 GMT", ; rel="next memento"; datetime="Sat, 25 Jul 2009 05:50:07 GMT", ; rel="last memento"; datetime="Fri, 27 Jun 2025 17:49:45 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_10_20090605081604_crawl101-c/51_10_20090605111642_crawl103.arc.gz
server-timing: captures_list;dur=1.406590, exclusion.robots;dur=0.029048, exclusion.robots.policy;dur=0.012647, esindex;dur=0.017220, cdx.remote;dur=53.161057, LoadShardBlock;dur=119.477250, PetaboxLoader3.datanode;dur=109.564027, load_resource;dur=185.365500, PetaboxLoader3.resolve;dur=121.469101
x-app-server: wwwb-app214
x-ts: 200
x-tr: 424
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
MySQL - PythonInfo Wiki
MySQL
- URL
- licence
- GPL
- platforms
- Unix, win32
Pros
- Many administration tools from third parties
- Widely deployed
- Regarded as being fast
- Modular storage engines and interesting clustering features
Cons
- Reputation for only basic SQL support (entry-level SQL 92) and deviations from the standards. Many interesting features (subqueries, views, triggers, ...) are included in the latest version (5 and above), but are missing in prior versions.
Some gotchas (documented but unexpected features).
DB API 2.0 Drivers
MySQL for Python
- URL
- licence
- GNU General Public License (GPL), Python License (CNRI Python License), Zope Public License
- platforms
- OS Independent
- Python versions
- 2.3 - 2.5
MySQL on-line documentation, additional forums (maintainer does not currently read these)
mxODBC
- URL
- Licence
- eGenix Commercial License
- Platforms
- Windows, Linux, MacOS X, FreeBSD, Solaris, AIX
- Python versions
- 2.1 - 2.5
mxODBC is compatible with the MySQL ODBC driver on Windows and Unix.
pyodbc
- URL
- License
- MIT
- Platforms
- Windows, Linux, MacOS X, FreeBSD, Solaris, Any (source provided)
- Python versions
- 2.4 - 2.6
Actively maintained Open Source project.
Precompiled binaries are available for Windows. RedHat Enterprise Linux, Centos, and Fedora have precompiled RPMs available in their Extras repositories.
Supported Python Applications
EditText (last edited 2008-12-31 07:10:59 by MichaelKleehammer)