• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Table marked as crashed but mysqlcheck evr. is OK, HELP !

G

gargantua

Guest
When i enter login and passw for plesk i get this error:

MySQL query failed: Table './psa/event_handlers' is marked as crashed and should be repaired
0: /usr/local/psa/admin/plib/common_func.php3:250
db_query(string 'SELECT user, command FROM event_handlers WHERE action_id='21' ORDER BY priority ASC')
1: /usr/local/psa/admin/plib/class.ActionLog.php:648
ActionLog->callHandlers_()
2: /usr/local/psa/admin/plib/class.ActionLog.php:581
ActionLog->submit()
3: /usr/local/psa/admin/plib/class.PhDomain.php:631
PhDomain->update()
4: /usr/local/psa/admin/plib/class.BsDomain.php:363
BsDomain->update()
5: /usr/local/psa/admin/htdocs/domains/create_domain.php:161

tryed to use mysqlcheck, it says that all tables are "OK"

maybe i need to recreate something?

i think that error happened when there was no space on the disc plesk installed into
.
Please help. Sorry for my crappy english :)
 
fixed that, entered through

MYSQL -u -p
use psa
REPAIR TABLE event_handler;


strange thing that mysqlcheck --all-databases -repair
did't work out and were saying all tables are "OK"
 
Back
Top