You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
发生错误的代码在这儿 if (this.indexHeader.getIndexId() <= 0L && this.indexHeader.getMaxTrxId() <= 0L) { throw new ReaderException("Index header is unreadable, only new-style compact page format is supported, please make sure the file is a valid InnoDB data file, page=" + this.innerPage.toString() + ", index.header = " + this.indexHeader.toString()); }
你好,
sql: CREATE TABLE
binance_wallet_address
(id
int(11) NOT NULL,address
varchar(80),is_hot_cold
int(2),PRIMARY KEY (id
),KEYindex_address
(address
)) ENGINE=InnoDB;"ibdfile :binance_wallet_address.ibd
出现下面的错误, ibd 文件与 sql 语句是有效的。唯一的不同点,是 ibd 文件不是创建在 datadir 中的,通过 isl 连接
Index header is unreadable, only new-style compact page format is supported, please make sure the file is a valid InnoDB data file, page=Page#676291(header=FilHeader(checksum=0, pageNumber=0, prevPage=0, nextPage=0, lastModifiedLsn=0, pageType=ALLOCATED, flushLsn=0, spaceId=0)), index.header = IndexHeader(numOfDirSlots=0, heapTopPosition=0, numOfHeapRecords=0, format=REDUNDANT, firstGarbageRecOffset=0, garbageSpace=0, lastInsertPos=0, pageDirection=null, numOfInsertsInPageDirection=0, numOfRecs=0, maxTrxId=0, pageLevel=0, indexId=0)
The text was updated successfully, but these errors were encountered: