hello,
i try to configure database in the local influxdb2 server but i can’t login to shell
# influx
NAME:
influx - Influx Client
USAGE:
influx [command]
COMMANDS:
version Print the influx CLI version
ping Check the InfluxDB /health endpoint
setup Setup instance with initial user, org, bucket
write Write points to InfluxDB
bucket Bucket management commands
completion Generates completion scripts
bucket-schema Bucket schema management commands
query Execute a Flux query
config Config management commands
org, organization Organization management commands
delete Delete points from InfluxDB
user User management commands
task Task management commands
backup Backup database
restore Restores a backup directory to InfluxDB
telegrafs List Telegraf configuration(s). Subcommands manage Telegraf configurations.
dashboards List Dashboard(s).
export Export existing resources as a template
secret Secret management commands
v1 InfluxDB v1 management commands
auth, authorization Authorization management commands
apply Apply a template to manage resources
stacks List stack(s) and associated templates. Subcommands manage stacks.
template Summarize the provided template
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
in the reference when tip influx go to the shell:
how to create database?
thank you