Prima Seite. Ich sollte meine Ambitionen wohl zurückschrauben.

mehr über mich hier

Don`t support ms :(

python-mysql hat mich zu viel Zeit gekostet! Wer hat es am Laufen?

http://helpguide.inmotionhosting.com/mysql_faq/manual_Installing.html#Which_version http://helpguide.inmotionhosting.com/mysql_faq/manual_Installing.html#Upgrading-grant-tables

{{{Python 2.5 (release25-maint, Nov 22 2006, 16:51:55) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import _mysql >>> db=_mysql.connect(host="localhost", user="root", passwd="", db="mysql") >>> db.query("show databaese;") Traceback (most recent call last):

_mysql_exceptions.?ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'databaese' at line 1") >>> db.query("show databases;") >>> r=db.store_result() Traceback (most recent call last):

?SystemError: NULL object passed to Py_?BuildValue >>> }}}