Skip to content

Commit

Permalink
Problem with modifying export script parameters (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
W1y1r authored Dec 2, 2024
1 parent 1936145 commit c87936a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions src/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ tools\export-tsfile.bat -h <ip> -p <port> -u <username> -pw <password> -td <dire

| **Parameter** | **Definition** | **Required** | **Default** |
| -------- | ------------------------------------------------------------ | ------------ | --------- |
| -h | Hostname | No | root |
| -p | Port | No | root |
| -u | Username | No | 127.0.0.1 |
| -pw | Password | No | 6667 |
| -h | Hostname | No | 127.0.0.1 |
| -p | Port | No | 6667 |
| -u | Username | No | root |
| -pw | Password | No | root |
| -t | Target file directory, used to specify the directory where the output file should be saved | Yes | - |
| -tfn | Name of the export file | No | - |
| -q | Number of query commands to be executed, possibly used for batch execution of queries | No | - |
Expand Down
8 changes: 4 additions & 4 deletions src/UserGuide/latest/Tools-System/Data-Export-Tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ tools\export-tsfile.bat -h <ip> -p <port> -u <username> -pw <password> -td <dire

| **Parameter** | **Definition** | **Required** | **Default** |
| -------- | ------------------------------------------------------------ | ------------ | --------- |
| -h | Hostname | No | root |
| -p | Port | No | root |
| -u | Username | No | 127.0.0.1 |
| -pw | Password | No | 6667 |
| -h | Hostname | No | 127.0.0.1 |
| -p | Port | No | 6667 |
| -u | Username | No | root |
| -pw | Password | No | root |
| -t | Target file directory, used to specify the directory where the output file should be saved | Yes | - |
| -tfn | Name of the export file | No | - |
| -q | Number of query commands to be executed, possibly used for batch execution of queries | No | - |
Expand Down
8 changes: 4 additions & 4 deletions src/zh/UserGuide/Master/Tree/Tools-System/Data-Export-Tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ tools\export-tsfile.bat -h <ip> -p <port> -u <username> -pw <password> -td <dire

| **参数** | **定义** | **是否必填** | **默认** |
| -------- | ------------------------------------------------------------ | ------------ | --------- |
| -h | 主机名 || root |
| -p | 端口号 || root |
| -u | 用户名 || 127.0.0.1 |
| -pw | 密码 || 6667 |
| -h | 主机名 || 127.0.0.1 |
| -p | 端口号 || 6667 |
| -u | 用户名 || root |
| -pw | 密码 || root |
| -t | 目标文件目录,用于指定输出文件应该保存到的目录 || - |
| -tfn | 导出文件的名称 || - |
| -q | 想要执行的查询命令的数量,可能用于批量执行查询 || - |
Expand Down
8 changes: 4 additions & 4 deletions src/zh/UserGuide/latest/Tools-System/Data-Export-Tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ tools\export-tsfile.bat -h <ip> -p <port> -u <username> -pw <password> -td <dire

| **参数** | **定义** | **是否必填** | **默认** |
| -------- | ------------------------------------------------------------ | ------------ | --------- |
| -h | 主机名 || root |
| -p | 端口号 || root |
| -u | 用户名 || 127.0.0.1 |
| -pw | 密码 || 6667 |
| -h | 主机名 || 127.0.0.1 |
| -p | 端口号 || 6667 |
| -u | 用户名 || root |
| -pw | 密码 || root |
| -t | 目标文件目录,用于指定输出文件应该保存到的目录 || - |
| -tfn | 导出文件的名称 || - |
| -q | 想要执行的查询命令的数量,可能用于批量执行查询 || - |
Expand Down

0 comments on commit c87936a

Please sign in to comment.