• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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