MySQL Forums
Forum List  »  Connector/Python

MySql Python connection error
Posted by: Vidyadhar Tilve
Date: April 20, 2009 01:11AM

self.conn = MySQLdb.connect (host = "192.168.0.175",user = "pipeline",db = "rocket")
File "build/bdist.linux-x86_64/egg/MySQLdb/__init__.py", line 74, in Connect
File "build/bdist.linux-x86_64/egg/MySQLdb/connections.py", line 129, in __init__
File "build/bdist.linux-x86_64/egg/MySQLdb/converters.py", line 160, in <module>

I am getting the above errors
I am using python 2.4.3 and MySql version 5.0.45
Also I have reinstalled MySql And python twice
Please help me out as I am currently doing my Final year project.
Thanks
Awaiting for your reply.

Options: ReplyQuote


Subject
Written By
Posted
MySql Python connection error
April 20, 2009 01:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.