Query error: SQLSTATE[HY000]: General error: 1194 Table 'or_http_sessions' is marked as crashed and should be repaired
Query: DELETE FROM or_http_sessions WHERE UNIX_TIMESTAMP(NOW()) - UNIX_TIMESTAMP(LastUpdated) > :aMaxLifeTime
message:
Query error: SQLSTATE[HY000]: General error: 126 Incorrect key file for table './orsee_db/or_http_sessions.MYI'; try to repair it
Query: INSERT INTO or_http_sessions (SessionID, LastUpdated, DataValue)
VALUES (:aKey, NOW(), '')
Sorularınız için lütfen e-posta gönderiniz belis@orsee.bilgi.edu.tr.
Note:
Query error: SQLSTATE[HY000]: General error: 1194 Table 'or_http_sessions' is marked as crashed and should be repaired
Query: UPDATE or_http_sessions SET DataValue = :aVal, LastUpdated = NOW() WHERE SessionID = :aKey