Im in a virtual env with 1.6 django, I've pip installed the python mysql. However, when I try:
python manage.py syncdb
Here's what I get:
File "/home/NickStefan/.virtualenvs/django16/local/lib/python2.7/site-packages/MySQLdb/connections.py", line 193, in init super(Connection, self).init(args, *kwargs2) django.db.utils.OperationalError: (2003, "Can't connect to MySQL server on 'mysql.server' (111)") (django16)21:20 ~/swimsetswebsite/swimsetswebsite/swimsetswebsite (master)$ Console closed.
I can connect to the mysql with a console just fine. Anyone have experience with this?