Re: problem with syncdb and MyQSL

2011-09-02 Thread John Boudreau
eptions.OperationalError: (2013, 'Lost connection to MySQL server duri ng query') On Fri, Sep 2, 2011 at 1:43 PM, John Boudreau wrote: > Ok. I created a new database entirely and un-commented the APPS. > > I then ran the following command: > > C:\Python27>python c:\python27

Re: problem with syncdb and MyQSL

2011-09-02 Thread John Boudreau
missions Creating table auto_group On Fri, Sep 2, 2011 at 1:08 PM, wrote: > The only thing that pops in my mind right about now is to delete the > currently created table and then proceed to re-run syncdb (leave the other > apps uncommented.) > > > On Sep 2, 2011, at 1:01 PM, John

Re: problem with syncdb and MyQSL

2011-09-02 Thread John Boudreau
g connected to and a database is being created by django? Did you > actually look in the database and verify that this is the case? > > On Fri, Sep 2, 2011 at 12:46 PM, John Boudreau wrote: > >> Yes I have. When I run the syncdb command it starts creating the tables &g

Re: problem with syncdb and MyQSL

2011-09-02 Thread John Boudreau
I had the same problem with those un-commented, so I create an app polls (per the tutorial) and commented those out to see if it made a difference and it didn't. In the tutorial is says, "For the minimalists Like we said above, the default applications are included for the common case, but not e

Re: problem with syncdb and MyQSL

2011-09-02 Thread John Boudreau
Yes I have. When I run the syncdb command it starts creating the tables then hangs So it is connecting to the MySql DB I created... On Fri, Sep 2, 2011 at 12:43 PM, chandrakant kumar wrote: > On 9/2/11, John wrote: > > I am a total noob so forgive my ignorance, but I have been going > > thr