I have been running this patch for almost 2 days, and I just got my first "lost connection"
Traceback (most recent call last): File "/home/skabber/python/django/core/handlers/base.py", line 74, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/home/skabber/python/skabber/apps/blog/views.py", line 7, in index tags = blog.tags.get_list() File "/home/skabber/django/trunk/django/utils/functional.py", line 3, in _curried return args[0](*(args[1:]+moreargs), **dict(kwargs.items() + morekwargs.items())) File "/home/skabber/python/django/core/meta/__init__.py", line 1395, in function_get_list return list(function_get_iterator(opts, klass, **kwargs)) File "/home/skabber/python/django/core/meta/__init__.py", line 1376, in function_get_iterator cursor = db.db.cursor() File "/home/skabber/python/django/core/db/backends/mysql.py", line 106, in cursor connection = self.__connect() File "/home/skabber/python/django/core/db/backends/mysql.py", line 97, in __connect connection = Database.connect(**kwargs) File "/usr/lib/python2.3/site-packages/MySQLdb/__init__.py", line 66, in Connect return Connection(*args, **kwargs) File "/usr/lib/python2.3/site-packages/MySQLdb/connections.py", line 134, in __init__ super(Connection, self).__init__(*args, **kwargs2) OperationalError: (2013, 'Lost connection to MySQL server during query') --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---