具体报错如下:
SQL Error:
Cause: java.sql.SQLException: Table ‘sys_log’ is marked as crashed and
should be repaired

进到mysql目录 可以看这个表的数据还是有的 只是索引损坏 只修复下索引就好
运行以下sql语句即可
repair table 表名;
如果你的其它表出现这个问题 只把中间的 表名 替换为你的表名 sql运行一下即可!
具体报错如下:
SQL Error:
Cause: java.sql.SQLException: Table ‘sys_log’ is marked as crashed and
should be repaired

进到mysql目录 可以看这个表的数据还是有的 只是索引损坏 只修复下索引就好
运行以下sql语句即可
repair table 表名;
如果你的其它表出现这个问题 只把中间的 表名 替换为你的表名 sql运行一下即可!
5269
1423

被折叠的 条评论
为什么被折叠?