Skip to main content

All Questions

0 votes
1 answer
182 views

Python MySQL-Connector: Error #2003

I'm making a PyGO-BOT, and going to make integration with MySQL. While connecting to the server, console gave me an error: Traceback (most recent call last): File "F:/PyCharm/projects/vkbot/pygo.py"...
nesclass's user avatar
49 votes
11 answers
187k views

PyMySQL can't connect to MySQL on localhost

I'm trying to connect to MySQL on localhost using PyMySQL: import pymysql conn = pymysql.connect(db='base', user='root', passwd='pwd', host='localhost') but (both on Python 2.7 and Python 3.2) I get ...
O'Fermah's user avatar
  • 625
5 votes
4 answers
4k views

Weird MySQL Python mod_wsgi Can't connect to MySQL server on 'localhost' (49) problem

There have been similar questions on StackOverflow about this, but I haven't found quite the same situation. This is on a OS X Leopard machine using MySQL Some starting information: MySQL Server ...
user avatar