Error in PHP / mysql

erastus@connect

Verified User
Joined
Jun 1, 2013
Messages
36
Hi Guys,

Can anybody please help me.
When DA makes a backup the following error appears:

mysqldump error output: mysqldump: Error 1194: Table 'phpbb3_login_attempts' is marked as crashed and should be repaired when dumping table `phpbb3_login_attempts` at row: 32660
 
Try to repair the table:

Code:
REPAIR TABLE `phpbb3_login_attempts`;

You can also do it through 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 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"
 
Back
Top