<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Le 27/03/2012 18:50, J Z a &eacute;crit&nbsp;:
    <blockquote
      cite="mid:1332867045.23845.YahooMailNeo@web39403.mail.mud.yahoo.com"
      type="cite">
      <pre wrap="">Sorry about the terrible format. Please allow me to try it again.

I have a Plone 4.1 site using RelStorage to store the zodb in MySQL 5.5 
server. The site has 700 objects cataloged and the database is less than
300MB&nbsp; after packing. I won't consider it's a large site. When I tried to 
"update catalog" or "clear &amp; rebuild" the catalog, I got the following error: 
&lt;snip&gt;
OperationalError: (2006, 'MySQL server has gone away') 

The mysql was installed with most default settings. The wait_timeout is
28800 according to phpMyAdmin. Can someone give some idea what 
could be wrong and where I should start looking? Thanks!
</pre>
    </blockquote>
    <br>
    DuckDuckGo-ing OperationalError 'MySQL server has gone away'<br>
    gives me
<a class="moz-txt-link-freetext" href="https://rapd.wordpress.com/2008/03/02/sqlalchemy-sqlerror-operationalerror-2006-mysql-server-has-gone-away/">https://rapd.wordpress.com/2008/03/02/sqlalchemy-sqlerror-operationalerror-2006-mysql-server-has-gone-away/</a><br>
    is the pool_recycle parameter set at the right value in your case ?<i>
      (I will suggest less than the </i>wait_timeout)<br>
    <br>
    how much time is spent between launch of request and
    OperationalError ?<br>
    <br>
    Hope it helps,<br>
    <br>
    Alex<br>
  </body>
</html>