[python-win32] Mysqldb

kNish singhai.nish at gmail.com
Wed Oct 24 11:44:19 CEST 2007


Hi,

        Command in use :

conn = MySQLdb.connect(host = "localhost",port = 3306, user = "root",passwd
= "",db = "dailies",cursorclass=MySQLdb.cursors.DictCursor)

          Error :

OperationalError: (2003, "Can't connect to MySQL server on 'localhost'
(10061)")


          Is it possible to have MySQLdb.connect run successfully from one
machine to the server machine.

This command run well from the server machine itself.

Background premise : wamp5 on windowsxp.

Is their a workaround for this.

BRgds,


kNish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20071024/65b58d33/attachment.htm 


More information about the python-win32 mailing list