By amir basiri on Wednesday, 31 January 2018
Posted in Technical Issues
Replies 1
Likes 0
Views 757
Votes 0
hi
this error is in my database messages :

atelieh_secdb/ima2b_komento_mailq' is marked as crashed and should be repaired .

why this message created and how to repair it ?

in phpmyadmin repair table but this error is repeat .

thnks
Hey Amir,

This normally happens when the database server or the server gets an unexpected shutdown / reboot request without properly shutting down the database server.

Not to worry, you could run the following SQL query to repair the table:


repair table ima2b_komento_mailq;
optimize table ima2b_komento_mailq;
·
Wednesday, 31 January 2018 22:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post