_verify_linux.mdx 376 字节
Newer Older
1 2 3 4
在 Linux shell 下直接执行 `taos` 连接到 TDengine 服务,进入到 TDengine CLI 界面,示例如下:

```text
$ taos
5

6
taos> show databases;
7 8 9 10 11
              name              |
=================================
 information_schema             |
 performance_schema             |
 db                             |
12 13
Query OK, 3 rows in database (0.019154s)

14 15
taos>
```