1
1
# ibd2sql
2
2
3
- [ 中文版介绍] ( https://github.com/ddcw/ibd2sql/blob/main /README_zh.md )
3
+ [ 中文版介绍] ( https://github.com/ddcw/ibd2sql/blob/ibd2sql-v2.x /README_zh.md )
4
4
5
5
[ ibd2sql] ( https://github.com/ddcw/ibd2sql ) is tool of transform MySQL IBD file to SQL(data). Write using Python3 .
6
6
@@ -15,16 +15,16 @@ When you only have IBD data file or a portion of IBD data files left, you can us
15
15
** Linux**
16
16
17
17
``` shell
18
- wget https://github.com/ddcw/ibd2sql/archive/refs/heads/main .zip
19
- unzip main .zip
20
- cd ibd2sql-main
18
+ wget https://github.com/ddcw/ibd2sql/archive/refs/heads/ibd2sql-v2.x .zip
19
+ unzip ibd2sql-v2.x .zip
20
+ cd ibd2sql-ibd2sql-v2.x/
21
21
```
22
22
23
23
24
24
25
25
** Windows**
26
26
27
- click https://github.com/ddcw/ibd2sql/archive/refs/heads/main .zip to download
27
+ click https://github.com/ddcw/ibd2sql/archive/refs/heads/ibd2sql-v2.x .zip to download
28
28
29
29
30
30
@@ -57,7 +57,7 @@ python3 main.py your_file.ibd --web
57
57
58
58
59
59
60
- more usage: [ docs/USAGE.md] ( https://github.com/ddcw/ibd2sql/blob/main /docs/USAGE.md )
60
+ more usage: [ docs/USAGE.md] ( https://github.com/ddcw/ibd2sql/blob/ibd2sql-v2.x /docs/USAGE.md )
61
61
62
62
63
63
@@ -82,7 +82,7 @@ env: MySQL 8.0.28 Python 3.10.4 CPU MHz: 2688.011
82
82
| 1.x | 2024.1 | Supports complete data types and 5.7 |
83
83
| 0.x | 2023.4 | Only supports partial cases of 8.0 |
84
84
85
- detail: [ docs/CHANGELOG.md] ( https://github.com/ddcw/ibd2sql/blob/main /docs/CHANGELOG.md )
85
+ detail: [ docs/CHANGELOG.md] ( https://github.com/ddcw/ibd2sql/blob/ibd2sql-v2.x /docs/CHANGELOG.md )
86
86
87
87
88
88
@@ -92,4 +92,4 @@ require: Python >= 3.6
92
92
93
93
support: MySQL 5.6, MySQL 5.7, MySQL 8.0, MySQL 8.4. MySQL 9.x
94
94
95
- ** Data backup is very important**
95
+ ** Data backup is very important**
0 commit comments