-
Just logged in and was forced to do a mandatory password change. It annoys the heck out of me but at least I was able to change back to my regular SF password which helps somewhat.
Just wanted to let you know that I don't like the mandatory password changes. :)
2008-10-09 17:19:17 UTC in SourceForge.net
-
In ZMySQLDA 2.0.9 there is a raise ConflictError in
line 366 and line 380.
I guess there should be an
from ZODB.POSException import ConflictError
in db.py.
2006-09-18 08:40:26 UTC in MySQL for Python
-
Logged In: YES
user_id=592901
I believe I'm using ZMySQLDA 2.0.9 now.
The ping() statement is what I meant by "the reconnect will
happen in the transaction.begin method", as with MySQL pre
5.0.3, the ping() would trigger a reconnect in underlying
libraries, but post 5.0.3 it just fails with "OperationalError:
(2006, 'MySQL server has gone away')". The whole site it
basically hosed as...
2006-09-05 12:33:20 UTC in MySQL for Python
-
Logged In: YES
user_id=592901
I'm using mysql-python with Zope (ZMySQLDA), and this
typically happens in the morning after nobody used Zope
during the night or weekend, and MySQL closed the connection.
Automatic reconnect is a problem if it happens in the middle
of an "application transaction", but for Zope, the reconnect
will happen in the transaction.begin method, never in the
middle...
2006-09-01 22:36:12 UTC in MySQL for Python
-
With MySQL 5.0.3 and newer we get OperationalError:
(2006, 'MySQL server has gone away')
After 5.0.13 the clients provide an
MYSQL_OPT_RECONNECT option to automatically reconnect.
I've applied the following patch to my local instance,
and it seems to work for me although I'm not a C
programmer at all.
--- _mysql.c.original 2006-08-18 15:01:21.000000000
+0200
+++ _mysql.c...
2006-09-01 08:46:43 UTC in MySQL for Python
-
tesdal committed patchset 20 of module RedirectionTool to the The Plone Collective CVS repository, changing 1 files.
2005-03-10 20:09:44 UTC in The Plone Collective
-
tesdal committed patchset 19 of module RedirectionTool to the The Plone Collective CVS repository, changing 2 files.
2005-03-10 19:14:47 UTC in The Plone Collective
-
tesdal committed patchset 104 of module CMFQuickInstallerTool to the The Plone Collective CVS repository, changing 2 files.
2005-03-08 12:34:04 UTC in The Plone Collective
-
tesdal committed patchset 2 of module UnicodeDetector to the The Plone Collective CVS repository, changing 3 files.
2005-03-03 14:19:04 UTC in The Plone Collective
-
tesdal committed patchset 1 of module UnicodeDetector to the The Plone Collective CVS repository, changing 3 files.
2005-03-03 14:19:04 UTC in The Plone Collective