Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mybb_sessions crashed and need repaired
06-26-2025, 02:50 AM
Post: #5
RE: mybb_sessions crashed and need repaired
20250626/lingu tries to repair it
Code:
[lingu@forumvrs2e3 ~]$ mysql -u test
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 95
Server version: 5.1.47 Source distribution

Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL v2 license

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> use test;
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';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''mybb_sessions'' at line 1
mysql> repair table `mybb_sessions`;
+--------------------+--------+----------+--------------------------------------------+
| Table              | Op     | Msg_type | Msg_text                                   |
+--------------------+--------+----------+--------------------------------------------+
| test.mybb_sessions | repair | warning  | Number of rows changed from 10288 to 10285 |
| test.mybb_sessions | repair | status   | OK                                         |
+--------------------+--------+----------+--------------------------------------------+
2 rows in set (0.34 sec)

mysql>
Find all posts by this user
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
RE: mybb_sessions crashed and need repaired - lingu - 06-26-2025 02:50 AM

Forum Jump: