Re: problems connecting with Mysql

2008-10-20 Thread pantagruel
Thanks! On Oct 20, 4:37 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Mon, Oct 20, 2008 at 10:23 AM, pantagruel <[EMAIL PROTECTED]>wrote: > > > > > > > Hi, > > > I can connect via the mysql console to the database, my service is >

problems connecting with Mysql

2008-10-20 Thread pantagruel
Hi, I can connect via the mysql console to the database, my service is running. however when I try to do syncdb from Django I get: _mysql_exceptions.OperationalError: (2003,"Can't connect to MySQL server on 'localhost' (10061)") My current test Django settings.py says: DATABASE_ENGINE =