My server just ran out of space recently, so I do some cleanup.
Then my friend complain about several web app act abnormaly, turn out several db on mysql got table corrupt.
The error sound like "Can't open file: 'TableName.MYD'. (errno: 145)"
So to fix it, logon to mysql console, and type "REPAIR TABLE TableName"
And don't forget to select the db first ;)
Then my friend complain about several web app act abnormaly, turn out several db on mysql got table corrupt.
The error sound like "Can't open file: 'TableName.MYD'. (errno: 145)"
So to fix it, logon to mysql console, and type "REPAIR TABLE TableName"
And don't forget to select the db first ;)
Comments