FYI - I'm using MySQLdb 0.9.2 without WebWare and I get the out of
connection error.
Here' my exact stack trace:
File "/usr/local/lib/python2.3/site-packages/MySQLdb/__init__.py",
line 63, in Connect
return apply(Connection, args, kwargs)
File "/usr/local/lib/python2.3/site-packages/MySQLdb/connections.py",
line 115, in __init__
self._make_connection(args, kwargs2)
File "/usr/local/lib/python2.3/site-packages/MySQLdb/connections.py",
line 41, in _make_connection
apply(super(ConnectionBase, self).__init__, args, kwargs)
OperationalError: (1040, 'Too many connections')
vic
On Saturday, November 8, 2003, at 01:42 PM, Chuck Esterbrook wrote:
> Alright, here we go. The attached program exhibits the problem for me
> on MySQLdb 0.9.2, but not 0.9.1. Admittedly, other variables changed
> too.
>
> Can a couple more people try it and report their results? A Linux
> build of 0.9.3 beta would be especially interesting.
>
> Once I collect a few more data points, then I'll send this on to Andy
> Dustman and see what he says...
>
> -Chuck
> --
> http://ChuckEsterbrook.com/
> <mysql-prob.py>
|