26 lines
690 B
Markdown
26 lines
690 B
Markdown
---
|
|
title: Create a database
|
|
description: >
|
|
Use the [`influxdb3 create database` command](/influxdb3/enterprise/reference/cli/influxdb3/create/database/)
|
|
to create a new database in {{< product-name >}}.
|
|
menu:
|
|
influxdb3_enterprise:
|
|
parent: Manage databases
|
|
weight: 201
|
|
list_code_example: |
|
|
<!--pytest.mark.skip-->
|
|
|
|
{{% code-placeholders "DATABASE_NAME" %}}
|
|
```sh
|
|
influxdb3 create database DATABASE_NAME
|
|
```
|
|
{{% /code-placeholders %}}
|
|
related:
|
|
- /influxdb3/enterprise/reference/cli/influxdb3/create/database/
|
|
source: /shared/influxdb3-admin/databases/create.md
|
|
---
|
|
|
|
<!--
|
|
The content of this file is located at content/shared/influxdb3-admin/databases/create.md
|
|
-->
|