...u, nuke_bbposts_text pt
WHERE p.topic_id = 96333
AND pt.post_id = p.post_id
AND u.user_id = p.poster_id
ORDER BY p.post_time ASC
LIMIT 30, 15"
the following error occured: Got error 134 from storage engine
Como se detecta:
Quote::
consulta SQL consulta SQL: CHECK TABLE `nuke_bbposts` , `nuke_bbposts_text` , `nuke_users`
Table Op Msg_type Msg_text
my_lv_new.nuke_bbposts check status OK
my_lv_new.nuke_bbposts_text check error Record-count is not ok; is 636735 Should be: 636...
my_lv_new.nuke_bbposts_text check warning Found 336 deleted space. Should be 0
my_lv_new.nuke_bbposts_text check warning Found 4 deleted blocks Should be: 0
my_lv_new.nuke_bbposts_text check error Corrupt
my_lv_new.nuke_users check status OK
Al hacer el chequeo de las tablas implicadas en la base de datos, detecta varios errores en my_lv_new.nuke_bbposts_text.
Solución, reparar la tabla. Esto se hace a través de phpMyadmin, cualquier otra erremienta de Mysqul o mediante el siguiente comando Mysql:
REPAIR TABLE `nuke_bbposts_text`
Table Op Msg_type Msg_text... Leer más ... |