Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -172,19 +172,19 @@ Navigate to the `sbin` directory of IoTDB and start the DataNode:

```Bash
# Unix/OS X
./sbin/start-datanode.sh -d # The "-d" flag starts the process in the background.
./start-datanode.sh -d # The "-d" flag starts the process in the background.

# Windows
# Before version V2.0.4.x
.\sbin\start-datanode.bat
.\start-datanode.bat

# V2.0.4.x and later versions
.\sbin\windows\start-datanode.bat
.\windows\start-datanode.bat
```

### 2.6 Start CLI

Enter the IoTDB CLI.
Navigate to the `sbin` directory of IoTDB and start the IoTDB CLI.

```SQL
# For Linux or macOS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,18 +154,18 @@ DataNode 配置

```shell
# Unix/OS X
./sbin/start-datanode.sh -d #“-d”参数将在后台进行启动
./start-datanode.sh -d #“-d”参数将在后台进行启动

# Windows
# V2.0.4.x 版本之前
.\sbin\start-datanode.bat
.\start-datanode.bat

# V2.0.4.x 版本及之后
.\sbin\windows\start-datanode.bat
.\windows\start-datanode.bat
```
### 2.6 启动 CLI

表模型 CLI 进入命令
进入iotdb的sbin目录下,启动表模型 CLI :

```SQL
# Linux或MACOS系统
Expand Down