Python MySQL.connect() [resolved]
Jim Conger
jimc at regnoc.com
Fri Feb 4 13:44:03 EST 2000
More information about the Python-list mailing list
Fri Feb 4 13:44:03 EST 2000
- Previous message (by thread): Python MySQL.connect() question
- Next message (by thread): Python MySQL.connect() [resolved]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I finally figured out the problem. It turns out that old libc library versions interfere with the mySQL security logic. The result is that logical names for devices, such as "localhost" and the machine name are not recognized. Simply upgrading to the latest libc library solved the whole problem. Thank you to everyone for help on this. Jim C. Boudewijn Rempt wrote: > Hafeez Bana <hafhat at cs.rmit.edu.au> wrote: > <...> > > Mysql can be told what kind of communication it uses. In your case Mysql > > maybe listening on a unix socket and so localhost works - this was not > > the case with my configuration of Mysql. I hope you get what I am > > saying. > > That's interesting - I didn't know that at all. > > -- > > Boudewijn Rempt | http://www.valdyas.org -- Jim Conger Project Manager Silicon Valley Oil Co. jimc at regnoc.com, 925-842-6729 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20000204/994b2dd4/attachment.html>
- Previous message (by thread): Python MySQL.connect() question
- Next message (by thread): Python MySQL.connect() [resolved]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list