mysql repair table
Drupal Error:
Table 'watchdog' is marked as crashed and should be repaired in /includes/database.mysqli.inc
SQL query:
REPAIR TABLE `watchdog`
Or from phpMyAdmin:
1. Login to phpMyAdmin
2. Choose the affected database. If you only have one database, it should choose it by default so you don't need to do anything.
3. In the main panel, you should see a list of your database tables. Check the boxes by the tables that need repair.
4. At the bottom of the window just below the list of tables, there is a drop down menu. Choose "Repair Table"
Table 'watchdog' is marked as crashed and should be repaired in /includes/database.mysqli.inc
SQL query:
REPAIR TABLE `watchdog`
Or from phpMyAdmin:
1. Login to phpMyAdmin
2. Choose the affected database. If you only have one database, it should choose it by default so you don't need to do anything.
3. In the main panel, you should see a list of your database tables. Check the boxes by the tables that need repair.
4. At the bottom of the window just below the list of tables, there is a drop down menu. Choose "Repair Table"
Comments
Post a Comment