Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mybb_sessions crashed and need repaired
09-13-2021, 12:15 PM
Post: #4
RE: mybb_sessions crashed and need repaired
rar meets table crashed
Code:
MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    145 - Table './tests/mybb_sessions' is marked as crashed and should be repaired
Query:
    SELECT * FROM mybb_sessions WHERE sid='89436e8043247b0d666cac55e895cf49' AND ip='183.17.230.152' LIMIT 1

Please contact the MyBB Group for support.

fix it
Code:
mysql> use tests
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> repair table mybb_sessions;
+---------------------+--------+----------+------------------------------------------+
| Table               | Op     | Msg_type | Msg_text                                 |
+---------------------+--------+----------+------------------------------------------+
| tests.mybb_sessions | repair | warning  | Number of rows changed from 9918 to 9917 |
| tests.mybb_sessions | repair | status   | OK                                       |
+---------------------+--------+----------+------------------------------------------+
2 rows in set (0.29 sec)
Quote this message in a reply
Post Reply 


Messages In This Thread
mybb_sessions crashed and need repaired - amoners - 06-16-2016, 10:33 AM
RE: mybb_sessions crashed and need repaired - zhihao - 08-04-2021, 12:57 PM
RE: mybb_sessions crashed and need repaired - zhihao - 08-04-2021, 01:05 PM
RE: mybb_sessions crashed and need repaired - zhihao - 09-13-2021 12:15 PM

Forum Jump: