Search This Blog

Wednesday, March 2, 2011

Mysql - Got error 127 when reading table

If you encounter the following problem for any table

110302 16:18:22 [ERROR] Got error 127 when reading table './db/table'

then you should execute the following basic commands before trying to debug further

flush tables;
flush hosts;

No comments:

Post a Comment