...
代码块 |
---|
InnoDB: Trying to access page number 145058 in space 1575, space name smartbidemo/t_operationlog_detail, which is outside the tablespace bounds. Byte offset 0, len 16384, i/o type read. If you get this error at mysqld startup, please check that your my.cnf matches the ibdata files that you have in the MySQL server |
或者mysql的日志有提示t_operationlog_detail、t_operationlog相关表无法正常写入的报错信息。
或是存在以下两个前提条件,可参考此wiki的方案:
...