• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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