List:General Discussion« Previous MessageNext Message »
From:Johan Jonkers Date:August 13 2004 5:13pm
Subject:Re: problem with tables crashing
View as plain text  
V. M. Brasseur wrote:

> $> perror 145
> Error code 145:  Error 145 occurred.
> 145 = Table was marked as crashed and should be repaired
>
> I think `myisamchk` needs to come into play here (both on slave and 
> master at this point).

Yea I know, and I had done that like a few days ago because it gave me 
the same error then. The table was fine before I started the procedure 
to resync the slave by giving it a copy of the masters database. After 
that it was marked crashed. I don't think that it should do that, should it?

So in short:
table is fine, I want to resync slave b/c of an error, on the master I do:
mysql>  FLUSH TABLES WITH READ LOCK;
mysql>  SHOW MASTER STATUS;
mysql> UNLOCK TABLES;

and my table is marked crashed :-(


Thread
problem with tables crashingJohan Jonkers13 Aug
  • Re: problem with tables crashingV. M. Brasseur13 Aug
  • Re: problem with tables crashingJohan Jonkers13 Aug
    • Re: problem with tables crashingEgor Egorov23 Aug