"Table '/forum/usmhtv11_newnews/u1hp4_session' is marked as crashed and should be repaired SQL=INSERT INTO `u1hp4_session` (`session_id`, `client_id`, `time`) VALUES ('50f1424fcbe95384d2a432232110563a', 0, '1388077608')"
I attempt to repair this in phpmyadmin by clicking SQL and running....
use usmhtv11_newnews; INSERT INTO `u1hp4_session` (`session_id`, `client_id`, `time`) VALUES ('50f1424fcbe95384d2a432232110563a', 0, '1388076930')
But the result I am returned is...
Error
SQL query:
INSERT INTO `u1hp4_session` ( `session_id` , `client_id` , `time` )
VALUES (
'50f1424fcbe95384d2a432232110563a', 0, '1388076930'
)
MySQL said: Documentation
#145 - Table '/forum/usmhtv11_newnews/u1hp4_session' is marked as crashed and should be repaired
Could someone please point me in the right direction for some information on how to correct this problem?