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(), '')
belis@bilgi.edu.tr
Telefon:+90(212) 311 5061 (laboratuvar)
+90(212) 311 5327 (direktör ofis)
BELIS (BİLGİ Economics Lab of Istanbul)
İstanbul Bilgi Üniversitesi
santralistanbul, ÇSM Z-06
Eski Silahtarağa Elektrik Santrali
Kazım Karabekir Cad. No:2/13
34060 Eyüp, İstanbul
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