MySQL Datenbankanschluß


#!/usr/bin/python2.1
import MySQLdb
MySQLdb.connect(host='www.little-idiot.de',db='typefocus',user='typefocususer',passwd='typefocus,user')
c = db.cursor()
c.execute(myquery)
results = c.fetchall()