error number 145 is when your records are corrupt.
Shutdown the DB, then run
myisamchk -ar *.MYI in your data directory
should fix the problems, if not you might need the -e or -o flags on the myisamchk (or isamchk, depending what you're using)
Then restart and everything should be cool
|