Closed GoogleCodeExporter closed 9 years ago
I also get this error if I try to search something. Can anyone help me to how I
can repare a table in the DB??
Errors: node 127.0.0.1 got error DBD::mysql::st execute failed: Table
'syslogs_index_10005973' is marked as crashed and should be repaired at
/usr/local/elsa/web/lib/SyncMysql.pm line 55. , node 127.0.0.1 got error
DBD::mysql::st execute failed: Table 'syslogs_index_1' is marked as crashed and
should be repaired at /usr/local/elsa/web/lib/SyncMysql.pm line 55.
Original comment by raquel.b...@gmail.com
on 25 Jul 2013 at 2:10
The dashboard error should be fixed with my latest update (994). Your
"crashed" error means either you ran out of disk space or the box was
improperly shut down. You need to run this to repair:
mysql -uroot -e "REPAIR TABLE syslog_data.syslogs_index_10005973"
Original comment by mchol...@gmail.com
on 25 Jul 2013 at 9:47
thank you for your help :) I will try that :)
Original comment by raquel.b...@gmail.com
on 26 Jul 2013 at 10:27
I think I resolved it :) it doesn't give any error now. :) thanks!!
Original comment by raquel.b...@gmail.com
on 26 Jul 2013 at 10:57
Original issue reported on code.google.com by
raquel.b...@gmail.com
on 25 Jul 2013 at 2:08