mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
15 lines
376 B
Text
15 lines
376 B
Text
在 Linux shell 下直接执行 `taos` 连接到 TDengine 服务,进入到 TDengine CLI 界面,示例如下:
|
|
|
|
```text
|
|
$ taos
|
|
|
|
taos> show databases;
|
|
name |
|
|
=================================
|
|
information_schema |
|
|
performance_schema |
|
|
db |
|
|
Query OK, 3 rows in database (0.019154s)
|
|
|
|
taos>
|
|
```
|