Re: OperationalError: (1040, 'Too many connections')

2013-05-19 Thread frocco
Thank you, I finally got this working by doing one app at a time. Then I had to deal with sequence errors. I tried and reset them all, now I am hoping I will have no issues when users start using my website on Monday. On Sunday, May 19, 2013 2:55:47 AM UTC-4, Artem Zinoviev wrote: > > >

Re: OperationalError: (1040, 'Too many connections')

2013-05-19 Thread Artem Zinoviev
http://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL суббота, 18 мая 2013 г., 20:00:15 UTC+3 пользователь frocco написал: > > I have been looking for an easy way to convert, but nothing works for me. > I tried dumpdata, loaddata, but get duplicate key, when I look at the

Re: OperationalError: (1040, 'Too many connections')

2013-05-18 Thread frocco
I have been looking for an easy way to convert, but nothing works for me. I tried dumpdata, loaddata, but get duplicate key, when I look at the file, I see no duplicates. I am open to suggestions on converting. Thanks On Saturday, May 18, 2013 12:51:28 PM UTC-4, Artem Zinoviev wrote: > > use

Re: OperationalError: (1040, 'Too many connections')

2013-05-18 Thread Artem Zinoviev
use postgreSQL пятница, 17 мая 2013 г., 21:24:10 UTC+3 пользователь frocco написал: > > Hello, > > How can I resolve this in django 1.5? > > webfaction allows max 90 connections. > > Thanks > -- You received this message because you are subscribed to the Google Groups "Django users" group. To

OperationalError: (1040, 'Too many connections')

2013-05-17 Thread frocco
Hello, How can I resolve this in django 1.5? webfaction allows max 90 connections. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: (1040, 'Too many connections')

2007-08-20 Thread Michel Thadeu Sabchuk
Hi guys, First, thanks for the great help. I read your recomendations and fall on 2 solutions: 1) Upgrade django to version 0.96. I see some people run into problems with mysql (postgresql too), the recomended revision is [5511]. I don ´t work on this project (the site I´m keeping) from the

Re: (1040, 'Too many connections')

2007-08-17 Thread Roger McFarlane
self.connection = Database.connect(**kwargs) > > File "/usr/local/lib64/python2.4/site-packages/MySQLdb/__init__.py", > line 75, in Connect > return Connection(*args, **kwargs) > > File "/usr/local/lib64/python2.4/site-packages/MySQLdb/ > c

Re: (1040, 'Too many connections')

2007-08-16 Thread James Bennett
On 8/16/07, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > Don't understand what 0.96pre means since not a regular Django user, > but there was a whole issue with MySQL database issues with Subversion > copy of Django back in June. Between releases, django.VERSION increments and adds the "-pre"

Re: (1040, 'Too many connections')

2007-08-16 Thread [EMAIL PROTECTED]
1040 is the MySQL error for when you've got too many connections open to the database server. MySQL's docs on this are here: http://dev.mysql.com/doc/refman/5.0/en/too-many-connections.html You have one or more of these happening: 1) You have too many Apache children for the MySQL's

Re: (1040, 'Too many connections')

2007-08-16 Thread Graham Dumpleton
, line 100, in cursor > self.connection = Database.connect(**kwargs) > > File "/usr/local/lib64/python2.4/site-packages/MySQLdb/__init__.py", > line 75, in Connect > return Connection(*args, **kwargs) > > File "/usr/local/lib64/python2.4/site-packages/MySQL

Re: (1040, 'Too many connections')

2007-08-16 Thread Michel Thadeu Sabchuk
"/usr/local/lib64/python2.4/site-packages/MySQLdb/ connections.py", line 164, in __init__ super(Connection, self).__init__(*args, **kwargs2) OperationalError: (1040, 'Too many connections') --~--~-~--~~~---~--~~ You received this message because you ar

Re: (1040, 'Too many connections')

2007-08-09 Thread Graham Dumpleton
On Aug 9, 12:01 am, Michel Thadeu Sabchuk <[EMAIL PROTECTED]> wrote: > Hi guys! > > I´m having a problem with a django site, sometimes my server stuck and > goes down. Just before it happens I receive about 200 traceback > messages telling me the same error: (1040, 'Too

Re: (1040, 'Too many connections')

2007-08-09 Thread [EMAIL PROTECTED]
I'm pretty sure that will help you - http://blog.webfaction.com/tips-to-keep-your-django-mod-python-memory-usage-down --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

(1040, 'Too many connections')

2007-08-08 Thread Michel Thadeu Sabchuk
Hi guys! I´m having a problem with a django site, sometimes my server stuck and goes down. Just before it happens I receive about 200 traceback messages telling me the same error: (1040, 'Too many connections'), I get these messages in an interval of 1 minutes. I changed mysql configuration