MySQL Repair Table

From D3xt3r01.tk
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

WHAT

I got a table marked as crashed, don't ask how or why, I don't know. Here's what I did to fix it

HOW

When doing

  check table blabla_bla;

I got

 Table 'blabla_bla' is marked as crashed and should be repaired.

So the next action was

  repair table blabla_bla;

And that's it !