-
Notifications
You must be signed in to change notification settings - Fork 92
--sql 参数解析idb数据 varchar、text、int 、bigint类型解析出的数据有问题! #12
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
1、代码是直接clone的main分支的代码。 |
已发送邮箱 |
收到. 我看下先. |
好的 修复了以后麻烦update一下这个issuse,我再测一下 |
修复了, 你重新下载后, 再试下呢
|
python3.6 main.py /data0/dts_test_table.ibd --sql > /data0/dts_test_table.sqlTraceback (most recent call last): |
你clone的还是自己修改的呢, 修改的话, 我代码里面是tab 不是空格 |
Traceback (most recent call last): |
已修复, 请重新下载最新版本试下呢, |
greate! 👍🏻 |
https://cloud.tencent.com/developer/article/2407144?pos=comment 这个文章有一个地方有问题,就是推荐使用import tablespace的方式将ibd文件导入到现有数据库中 |
|
1、表结构

2、先查一下真实数据是什么

3、使用ibd2sql解析数据
$ python3.6 main.py /data0/mysqlsandbox/data/sandboxes/msb_8_0_33/data/testdb/dts_test_table.ibd --sql > /data0/dts_test_table.sql
4、看一下dts_test_table.sql里的id=100063数据是什么

The text was updated successfully, but these errors were encountered: