• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Plesk backup table marked as crashed and should be repaired

M

Magumo

Guest
Good day,

On running my Plesk builtin backup on a Plesk Linux box with 8.6.0 I am getting the errors below about tables marked as crashed.

mysqldump: Got error: 145: Table './phpBB/phpbb_users' is marked as crashed and should be repaired when using LOCK TABLES
mysqldump: Got error: 145: Table './clientle_db/wp_comments' is marked as crashed and should be repaired when using LOCK TABLES


Please help me resolve this errors on the backup.
 
Hi

go to /var/lib/mysql/

Run

myisamchk on the tables mentioned there should fix.
 
Back
Top