CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 10:52:02 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090927024419
location: https://web.archive.org/web/20090927024419/https://wiki.python.org/moin/MySQL
server-timing: captures_list;dur=0.665907, exclusion.robots;dur=0.026193, exclusion.robots.policy;dur=0.012370, esindex;dur=0.011981, cdx.remote;dur=17.767087, LoadShardBlock;dur=294.060973, PetaboxLoader3.datanode;dur=140.050795, PetaboxLoader3.resolve;dur=66.500518
x-app-server: wwwb-app225
x-ts: 302
x-tr: 339
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app225; 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, 31 Jul 2025 10:52:03 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Sun, 27 Sep 2009 02:44:19 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.5
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: Sun, 27 Sep 2009 02:44:19 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="Sat, 25 Jul 2009 05:50:07 GMT", ; rel="memento"; datetime="Sun, 27 Sep 2009 02:44:19 GMT", ; rel="next memento"; datetime="Tue, 15 Dec 2009 05:52:34 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_11_20090926201448_crawl101-c/51_11_20090927024305_crawl103.arc.gz
server-timing: captures_list;dur=0.583632, exclusion.robots;dur=0.021277, exclusion.robots.policy;dur=0.010472, esindex;dur=0.012239, cdx.remote;dur=13.890231, LoadShardBlock;dur=347.818982, PetaboxLoader3.datanode;dur=156.453254, PetaboxLoader3.resolve;dur=243.962368, load_resource;dur=125.760369
x-app-server: wwwb-app225
x-ts: 200
x-tr: 545
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)