- Desde
- 5 Abr 2009
- Mensajes
- 245
Hola.
Desde ayer noche, tengo un problema practicamente continuo con la base de datos.
En el transcurso de 40 minutos, he recibido via notificacion mail de fallo de base de datos, 260 avisos, quedando la web inoperativa dando el mensaje de fallo con la base de datos.
El mensaje que recibo es este:
Los mensajes son algo distintos, pero todos coinciden en que la tabla post esta marcada como "rota".
Me voy a admincp, mantenimiento, reparar/optimizar tablas, realizo la tarea de reparar y optimizar y vuelve a funcionar, pero al poquito, vuelve a fallar.
Un saludo.
Desde ayer noche, tengo un problema practicamente continuo con la base de datos.
En el transcurso de 40 minutos, he recibido via notificacion mail de fallo de base de datos, 260 avisos, quedando la web inoperativa dando el mensaje de fallo con la base de datos.
El mensaje que recibo es este:
Insertar CODE, HTML o PHP:
Database error in vBulletin 3.8.5:
Invalid SQL:
SELECT thread.*,thread.title AS threadtitle, post.dateline AS postdateline, post.pagetext AS preview, attachment.thumbnail_filesize AS thumbsize, MIN(attachment.attachmentid) AS attachmentid
FROM thread as thread
LEFT JOIN post AS post
ON (post.postid = thread.firstpostid)
LEFT JOIN attachment AS attachment
ON (attachment.postid = thread.firstpostid AND attachment.extension IN('jpg', 'gif', 'png', 'jpeg', 'bmp'))
WHERE open != 10
AND thread.forumid IN( 76,78,91,92,93,95,94,79,80,97,98,99 )
AND thread.visible = 1
GROUP BY thread.threadid
ORDER BY thread.dateline DESC
LIMIT 4;
MySQL Error : Table './miusuario_mibasededatos/post' is marked as crashed and should be repaired
Error Number : 145
Request Date : Thursday, May 27th 2010 @ 03:51:44 AM
Error Date : Thursday, May 27th 2010 @ 03:51:45 AM
Script : http://www.miweb.com/foro/
Referrer :
IP Address : xx.xxx.xx.xx
Username : No Registrado
Classname : vB_Database
MySQL Version :
Me voy a admincp, mantenimiento, reparar/optimizar tablas, realizo la tarea de reparar y optimizar y vuelve a funcionar, pero al poquito, vuelve a fallar.
Un saludo.