• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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