Tagged Questions
0
votes
1answer
1k views
Can't Start MySQL Server 5.1 As A Service On Windows XP SP3
I've had MySQL running as a service on my Windows XP SP3 development desktop, but I can't start it now.
I'm trying to get Python's MySQLdb module working. When I got a "no module named _mysql" ...
1
vote
3answers
1k views
Can't access web service when connected to the network :: HTTP 407
I have a console application that communicates with a web service. Both of them are on the same machine.
When I am accessing the web service with the LAN disabled, it connects without a problem. But ...