error in mysql log file

mojamoi

Well-Known Member
Jul 23, 2007
195
0
66
HI

How do I corrrect this


130520 12:30:01 [ERROR] /usr/sbin/mysqld: Incorrect information in file: './horde/horde_sessionhandler.frm'


i solved mysql lock issue by deleting lock and then mysql stopped on its own,

I restarted things work but the log file shows this

"130520 12:30:01 [ERROR] /usr/sbin/mysqld: Incorrect information in file: './horde/horde_sessionhandler.frm'"
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

It looks like there might be missing or corrupted data in the Horde database. Try running the following command (assuming you are running a version of cPanel prior to 11.42):

Code:
/usr/local/cpanel/bin/updatehorde --force
Thank you.