On Sep 20, 2004, at 3:21 PM, Paul Fierro wrote:
# /usr/bin/perror 145 MySQL error: 145 = Table was marked as crashed and should be repaired
Shut down your database and run `myisamchk -r` on that file.
Shutting down shouldn't generally be necessary; you can issue 'REPAIR TABLE searchindex' from within mysql.
Note that these kinds of errors indicate one or more of the following: * Power outage or other unorganized shutdown of the computer / server. * Bug in MySQL itself * Bug in operating system * Hardware failure
-- brion vibber (brion @ pobox.com)