First page Back Continue Last page Overview Image

MySQL unter Python

Python muss in einer Version größer als 2.3.4 vorhanden sein.

Das Modul MySQLdb muss installiert sein.

Beides kann wie folgt in einer Kommand-Shell verifiziert werden:

$ python

Python 2.5.2 (r252:60911, Oct 5 2008, 19:29:17)

[GCC 4.3.2] on linux2

Type "help", "copyright", "credits" or "license" for more information.

>>> import MySQLdb

>>>

Voraussetzungen: