Back to Tdengine

Verify Macos

docs/en/assets/resources/_verify_macos.mdx

latest393 B
Original Source

In the macOS shell, execute taos directly to connect to the TDengine service, entering the TDengine CLI interface, as shown below:

text
$ taos

taos> show databases;
              name              |
=================================
 information_schema             |
 performance_schema             |
 db                             |
Query OK, 3 rows in database (0.019154s)

taos>