SQL: Warning Size of indexfile, Keyblock size, Incorrect key file and Corrupt
-
Hello friends,
Please, can you give me with this database problem?
When I run this SQL command:
REPAIR table wp_posts;CHECK table wp_posts;I see an error that I don’t know how to fix it:
lutytami_t21.wp_posts repair status OK
lutytami_t21.wp_posts check warning Size of indexfile is: 144977920 ? ? ?Should be: 14…
lutytami_t21.wp_posts check error Keyblock size at page 5823488 is not correct. ?Blo…
lutytami_t21.wp_posts check Error Incorrect key file for table ‘./lutytami_t21/wp_po…
lutytami_t21.wp_posts check error CorruptHosting support said:
“I apologize for the troubles that this has caused, and I am happy to provide clarification in this matter.
Upon review of the screenshots provided, what you are actually seeing is not an error, and the REPAIR query is running successfully. What is showing on your page is that the REPAIR is being told by your database index file that there are a different number of rows versus how many rows there actually are.
This is something that is common after having database corruption – data can be added or rows dropped and that changes the total number of rows available, versus what has been logged in the past. This is not something that can be fixed by the REPAIR query, but is reported by it. This will not prevent your database from functioning as intended.
If you have any further questions concerning your database, I would recommend reaching out to a SQL developer for further assistance”.
Thank you.
- The topic ‘SQL: Warning Size of indexfile, Keyblock size, Incorrect key file and Corrupt’ is closed to new replies.