• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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