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
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to