insert 业务表报Table xxx is read only,error log 大量报错 InnoDB: Failed to find tablespace for table '"xxx.xx"' in the cache. Attempting to load the tablespace with space id x. 问题解决 查看my.cnf配置文件,发现数据库运行在 innodb_force_recovery=4模式。 调整innodb_force_recover ...
环境信息 MySQL 5.7.21 文件系统 ext3 问题描述 单表idb文件达到2T(ext3文件系统单文件最大限制),当表insert时会报错 the table is full,开发紧急delete掉6万行数据后,ibd文件大小未减小,insert新数据继续报错 the table is full 。(ps:临时应急:在未改变文件系统ext3的情况下,rename 旧表,建同名新表,确保增 ...
问题描述 MySQL 5.7.21 业务表无法访问,select 业务表直接导致mysql crash,errorlog 里记录 InnoDB: Page log sequence number 89266322606 is in the future! Current system log sequence number 89266322472. 此处为个人环境模拟复现的错误日志 2024-03-28T20:07:50.690100+08:00 0 InnoDB: Page log seq ...
适用:MySQL Server - Version 8.0 and later 问题描述 复制副本有许多警告,如下所示: Invalid replication timestamps: original commit timestamp is more recent than the immediate commit timestamp. The replication timestamps have returned to normal values. 问题分析 这是一个bug ...