-
Notifications
You must be signed in to change notification settings - Fork 92
zlib.error: Error -3 while decompressing data: unknown compression method #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
该报错原因是因为
|
python: 3.8 (base) [root@localhost ibd2sql-main]# python main.py /nfs/mysql_bak/ibd/resident_base.ibd --sql --ddl 同样的问题,但这个不是通用表空间 |
思考:
猜想: 我尽快验证和修复, 感谢反馈! |
|
该表一共有164个字段 |
已修复, 再试下呢(wget https://github.com/ddcw/ibd2sql/archive/refs/heads/main.zip) 列太多的时候, 一个page放不下, 就会放到FIL_PAGE_SDI_BLOB里面去.
|
|
这个ibd文件涉及到用户隐私发不了,DDL可以 CREATE TABLE IF NOT EXISTS |
再试下呢, 加了个判断dzip_len的. |
大佬牛!解决了 |
大佬这个有没有计划支持,或者有没有啥支持思路,我可以自己尝试实现一下 |
将会在 2.0 版本支持general tablespace, 该版本还计划支持并发,不同的PAGE_SIZE等. 最早2025.7发布. mysql 8.0里面的 mysql.ibd 也是general tablespace的, 你可以参考mysql.ibd 文件解析 去解析其它的general tablespace
|
感谢大佬~ |
python3.9
ibd2sql:ibd2sql-main.zip
mysql:8.0.39
The text was updated successfully, but these errors were encountered: