TDengine/docs/zh/14-reference/05-connector/_verify_linux.mdx
2024-08-05 18:34:13 +08:00

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>
```