MySQL 报 Table is read only,Failed to find tablespace for table

2024年 7月 4日 53.9k 0

insert 业务表报Table xxx is read only,error log 大量报错 [ERROR] InnoDB: Failed to find tablespace for table '"xxx.xx"' in the cache. Attempting to load the tablespace with space id x.

MySQL 报 Table is read only,Failed to find tablespace for table-1
MySQL 报 Table is read only,Failed to find tablespace for table-2

问题解决

查看my.cnf配置文件,发现数据库运行在innodb_force_recovery=4模式。

MySQL 报 Table is read only,Failed to find tablespace for table-3

调整innodb_force_recovery=0参数后,重启数据库相关表insert成功,错误日志报错消失。
MySQL 报 Table is read only,Failed to find tablespace for table-4

相关文章

Oracle如何使用授予和撤销权限的语法和示例
Awesome Project: 探索 MatrixOrigin 云原生分布式数据库
下载丨66页PDF,云和恩墨技术通讯(2024年7月刊)
社区版oceanbase安装
Oracle 导出CSV工具-sqluldr2
ETL数据集成丨快速将MySQL数据迁移至Doris数据库

发布评论