Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
windows中python3是python, 并无python3的链接 -_-
  • Loading branch information
ddcw authored Jun 27, 2024
1 parent 7e08fca commit 4b375c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,18 @@ cd ibd2sql-main

## 使用

WIN/Linux用法完全一样
**Linux**

```shell
python3 main.py /data/mysql_3314/mysqldata/ibd2sql/ddcw_alltype_table.ibd --sql --ddl
```

**Windows**

```shell
python main.py /data/mysql_3314/mysqldata/ibd2sql/ddcw_alltype_table.ibd --sql --ddl
```

更多使用方法或者5.7环境请看: [docs/USAGE.md](https://github.com/ddcw/ibd2sql/blob/main/docs/USAGE.md)


Expand Down

0 comments on commit 4b375c1

Please sign in to comment.