- Product Version:
- Problem Description:
- Cause:
- Resolution:
- Also See: http://dev.mysql.com/doc/refman/5.0/en/myisamchk.html
ServosityPro: All
OS: All platforms
OS: All platforms
When performing a mysql database backup, the following error message is received in the backup report:
|
The message suggests that the corresponding table may be corrupted.
To resolve the issue, please repair the corresponding table. You can try the following command:
Example:
>myisamchk -c -r *.MYI
Notes: Myisamchk is a utility used to retrieve information regarding your database tables. It also checks, repairs, or optimizes your database tables.
Example:
>myisamchk -c -r *.MYI
Notes: Myisamchk is a utility used to retrieve information regarding your database tables. It also checks, repairs, or optimizes your database tables.