m (Created page with "<div align=justify>In some cases you will need tooptimize your database to reduce the number of resources used in order to prevent server high-load. In this article we'll let you...") |
m |
||
Line 1: | Line 1: | ||
− | <div align=justify>In some cases you will need | + | <seo title="Repair a database" metakeywords="repair database,mysql" metadescription="How to repair a database" /> |
+ | <div align=justify>In some cases you will need to optimize your database to reduce the number of resources used in order to prevent server high-load. In this article we'll let you know how exactly this can be done. | ||
There are two ways to repair a MySQL database. | There are two ways to repair a MySQL database. | ||
Line 12: | Line 13: | ||
If repairing feature is not supported by your database engine (e.g. InnoDB database engine), the following error message will appear: | If repairing feature is not supported by your database engine (e.g. InnoDB database engine), the following error message will appear: | ||
− | + | ''Note : The storage engine for the table doesn't support repair'' | |