I've successfully installed the following Win XP x64:
- MySQL 5.1.39
- MySQL Administrator
- Python 2.6.2
- MySQL-python-1.2.2.win32-py2.6
The db is up and running fine (I can connect using MySQL Admin), but when I try to connect in python script it throws an error. The code I'm using is
db = _mysql.connect(host = "localhost",
user =...
2009-09-22 01:24:17 UTC in MySQL for Python