Skip to content

Commit a24f33c

Browse files
author
ddcw
committed
update README.md
1 parent 5d2181f commit a24f33c

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ibd2sql
22

3-
[中文版介绍](https://github.com/ddcw/ibd2sql/blob/main/README_zh.md)
3+
[中文版介绍](https://github.com/ddcw/ibd2sql/blob/ibd2sql-v2.x/README_zh.md)
44

55
[ibd2sql](https://github.com/ddcw/ibd2sql) is tool of transform MySQL IBD file to SQL(data). Write using Python3 .
66

@@ -15,16 +15,16 @@ When you only have IBD data file or a portion of IBD data files left, you can us
1515
**Linux**
1616

1717
```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/
2121
```
2222

2323

2424

2525
**Windows**
2626

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
2828

2929

3030

@@ -57,7 +57,7 @@ python3 main.py your_file.ibd --web
5757

5858

5959

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)
6161

6262

6363

@@ -82,7 +82,7 @@ env: MySQL 8.0.28 Python 3.10.4 CPU MHz: 2688.011
8282
| 1.x | 2024.1 | Supports complete data types and 5.7 |
8383
| 0.x | 2023.4 | Only supports partial cases of 8.0 |
8484

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)
8686

8787

8888

@@ -92,4 +92,4 @@ require: Python >= 3.6
9292

9393
support: MySQL 5.6, MySQL 5.7, MySQL 8.0, MySQL 8.4. MySQL 9.x
9494

95-
**Data backup is very important**
95+
**Data backup is very important**

README_zh.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ibd2sql
22

3-
[english](https://github.com/ddcw/ibd2sql/blob/main/README.md)
3+
[english](https://github.com/ddcw/ibd2sql/blob/ibd2sql-v2.x/README.md)
44

55
[ibd2sql](https://github.com/ddcw/ibd2sql) 是一个解析MySQL数据文件的工具. ~~老NB了~~. 使用python3编写的,没得依赖包, 下载就能使用, 所以也就不提供二进制包了.
66

@@ -15,16 +15,16 @@
1515
**Linux**
1616

1717
```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/
2121
```
2222

2323

2424

2525
**Windows**
2626

27-
点击下载: https://github.com/ddcw/ibd2sql/archive/refs/heads/main.zip
27+
点击下载: https://github.com/ddcw/ibd2sql/archive/refs/heads/ibd2sql-v2.x.zip
2828

2929

3030

@@ -57,7 +57,7 @@ python3 main.py your_file.ibd --web
5757

5858

5959

60-
完整的使用说明: [docs/USAGE.md](https://github.com/ddcw/ibd2sql/blob/main/docs/USAGE.md)
60+
完整的使用说明: [docs/USAGE.md](https://github.com/ddcw/ibd2sql/blob/ibd2sql-v2.x/docs/USAGE.md)
6161

6262

6363

@@ -84,7 +84,7 @@ python3 main.py your_file.ibd --web
8484
| 1.x | 2024.1 | 支持所有数据类型,也支持5.7环境 |
8585
| 0.x | 2023.4 | 只支持8.0的部分情况 |
8686

87-
完整的历史更新记录: [docs/CHANGELOG.md](https://github.com/ddcw/ibd2sql/blob/main/docs/CHANGELOG.md)
87+
完整的历史更新记录: [docs/CHANGELOG.md](https://github.com/ddcw/ibd2sql/blob/ibd2sql-v2.x/docs/CHANGELOG.md)
8888

8989

9090

0 commit comments

Comments
 (0)