• 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

Question mysqldump: Couldn't execute 'show create table `psm_log`': Table './phpmon/psm_log' is marked as crashed and last (automatic?) repair failed (144)

vmcastro

New Pleskian
Hi, i have this problem, can someone help me please

mysqldump: Couldn't execute 'show create table `psm_log`': Table './phpmon/psm_log' is marked as crashed and last (automatic?) repair failed (144)
i dont have forum fix steps
 
psm_log is not the table of Plesk database. So, try to repair it with

# mysql -uroot -p -Ne 'REPAIR TABLE your_db.psm_log'
 
Back
Top