mysql privileges problem

When I try to

DELETE FROM `tables_priv` WHERE User = 'test' AND Host = '%';

The procedure went on successfully but I got an error message:

#1016 - Can't open file: 'tables_priv.MYI'. (errno: 138)

Can anyone offer an advice to solve this? mysql privileges problem Thanks.

 

 

 

 

Top