sábado, 27 de julio de 2013

Cpanel::TailWatch::Eximstats appears to have unprocessed SQL in /var/cpanel/sql/eximstats.sql.

Qué hacer ante el siguiente error?

!!
ATTENTION ATTENTION ATTENTION ATTENTION 

Cpanel::TailWatch::Eximstats appears to have unprocessed SQL in /var/cpanel/sql/eximstats.sql.

When mysql is unable to execute a query they are logged for processing later.

Eventually these SQL files may be handled automatically and this message will not appear.

In the meantime you can execute the queries as root with something like this:

  mv /var/cpanel/sql/eximstats.sql /var/cpanel/sql/eximstats.sql.tmp_working_copy
  /scripts/restartsrv_tailwatchd
  mysql eximstats < /var/cpanel/sql/eximstats.sql.tmp_working_copy

Once you are sure all is well you can remove /var/cpanel/sql/eximstats.sql.tmp_working_copy


ATTENTION ATTENTION ATTENTION ATTENTION 
!!



Distintas alternativas a seguir:
  1. Seguir los pasos indicados en el mensaje de error
  2. Reparar la base Exmistats
  3. Limpiar las 4 tablas de esa base (truncate)
  4. Evitar que los scripts PHP envíen correos electrónicos
Más info en:

0 comentarios:

Publicar un comentario