Re: Mysql query log causing django to lock up

2009-02-25 Thread sime
On Feb 25, 7:24 pm, Nick Craig-Wood wrote: Sounds like your table and/or innodb/mysql install is broken. It's hanging on updating statistics. Try REPAIR TABLE or google for something like "mysql state statistics". --~--~-~--~~~---~--~~ You received this message be

Re: Mysql query log causing django to lock up

2009-02-25 Thread Nick Craig-Wood
Following up to myself... On Wed, Feb 25, 2009 at 09:16:09AM +, Nick Craig-Wood wrote: > I've finally got to the bottom of why django locks up on our dev server. > > Our dev server has mysql query logging turned on with this in > /etc/mysql/my.cnf > > # Query logging > log=/var/log/mysql/m

Mysql query log causing django to lock up

2009-02-25 Thread Nick Craig-Wood
I've finally got to the bottom of why django locks up on our dev server. Our dev server has mysql query logging turned on with this in /etc/mysql/my.cnf # Query logging log=/var/log/mysql/mysqld.log However with that, then simple queries (like looking at the accounts table in the admin interfac