690 B
690 B
title | description | menu | weight | list_code_example | related | source | |||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a database | Use the [`influxdb3 create database` command](/influxdb3/enterprise/reference/cli/influxdb3/create/database/) to create a new database in {{< product-name >}}. |
|
201 | <!--pytest.mark.skip--> {{% code-placeholders "DATABASE_NAME" %}} ```sh influxdb3 create database DATABASE_NAME ``` {{% /code-placeholders %}} |
|
/shared/influxdb3-admin/databases/create.md |