The error appears when some table get corrupted. All you need to do is to try to repair the cphulkd database.
1). You can do this through WHM :
Login to WHM >> "SQL Services" >> "Repair a MySQL Database" >> Select "cphulkd" from the list of DBs and click "repair database".
2). You can do it through SSH :
Run this command :
----
mysqlcheck -r cphulkd
----
1). You can do this through WHM :
Login to WHM >> "SQL Services" >> "Repair a MySQL Database" >> Select "cphulkd" from the list of DBs and click "repair database".
2). You can do it through SSH :
Run this command :
----
mysqlcheck -r cphulkd
----