15 lines
1.3 KiB
Plaintext
15 lines
1.3 KiB
Plaintext
Go to the `C:\TDengine` directory from `cmd` and execute TDengine CLI program `taos.exe` directly to connect to the TDengine service and enter the TDengine CLI interface, for example, as follows:
|
|
|
|
```text
|
|
C:\TDengine>taos
|
|
Welcome to the TDengine shell from Linux, Client Version:2.0.5.0
|
|
Copyright (c) 2017 by TAOS Data, Inc. All rights reserved.
|
|
taos> show databases;
|
|
name | created_time | ntables | vgroups | replica | quorum | days | keep1,keep2,keep(D) | cache(MB) | blocks | minrows | maxrows | wallevel | fsync | comp | precision | status |
|
|
===================================================================================================================================================================================================================================================================
|
|
test | 2020-10-14 10:35:48.617 | 10 | 1 | 1 | 1 | 2 | 3650,3650,3650 | 16 | 6 | 100 | 4096 | 1 | 3000 | 2 | ms | ready |
|
|
log | 2020-10-12 09:08:21.651 | 4 | 1 | 1 | 1 | 10 | 30,30,30 | 1 | 3 | 100 | 4096 | 1 | 3000 | 2 | us | ready |
|
|
Query OK, 2 row(s) in set (0.045000s)
|
|
taos>
|
|
```
|