CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 13:15:04 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080213115422
location: https://web.archive.org/web/20080213115422/https://wiki.python.org/moin/MySQL
server-timing: captures_list;dur=3.619496, exclusion.robots;dur=0.021191, exclusion.robots.policy;dur=0.010092, esindex;dur=0.010520, cdx.remote;dur=13.728473, LoadShardBlock;dur=124.146314, PetaboxLoader3.datanode;dur=88.920638
x-app-server: wwwb-app211
x-ts: 302
x-tr: 166
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app211; 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 13:15:04 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Wed, 13 Feb 2008 11:54:21 GMT
x-archive-orig-server: Apache/2.2.3 (Debian) mod_fastcgi/2.4.2
x-archive-orig-pragma: no-cache
x-archive-orig-cache-control: no-cache
x-archive-orig-expires: -1
x-archive-orig-vary: Accept-Language,Cookie,User-Agent
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 13 Feb 2008 11:54:22 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="Wed, 30 Jan 2008 14:36:14 GMT", ; rel="memento"; datetime="Wed, 13 Feb 2008 11:54:22 GMT", ; rel="next memento"; datetime="Mon, 15 Sep 2008 21:31:48 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_2_20080213110257_crawl109-c/51_2_20080213115217_crawl107.arc.gz
server-timing: captures_list;dur=0.794260, exclusion.robots;dur=0.031153, exclusion.robots.policy;dur=0.014685, esindex;dur=0.018956, cdx.remote;dur=34.200005, LoadShardBlock;dur=90.315184, PetaboxLoader3.datanode;dur=141.647216, load_resource;dur=208.674381, PetaboxLoader3.resolve;dur=100.039816
x-app-server: wwwb-app211
x-ts: 200
x-tr: 403
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.4
MySQL on-line documentation, additional forums (maintainer does not currently read these)
Supported Python Applications
EditText (last edited 2008-02-01 18:28:57 by PaulBoddie)