EHCP bug with sql ?

Hi !

I don't know why a stable EHCP install can crash if I do nothing add nothing !?

Look at the attachement no know my problem :)

I find a "bad solution on this forum" go to EHCP config.php and put the good password but... I HAVE THE GOOD PASS in the config.php

anybody have a solutions ?

thanks!

nicK

AttachmentSize
Image icon ehcp.png49.24 KB

As seen on the error message, your domains table in mysql has crashed. This may happen on some rare cases (you may search on internet for mysql domain crash, if you wonder why).

To fix it, on console:
mysqlrepair -p ehcp
or
mysqlrepair -p -A
because, most probably your other mysql tables also may be damaged.

See you,