• 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

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