Commit dd59fc21 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Change InfluxDB admin username

[ci skip]
parent 82bc7679
...@@ -135,7 +135,7 @@ If you want to [enable authentication](#http), you might want to [create an ...@@ -135,7 +135,7 @@ If you want to [enable authentication](#http), you might want to [create an
admin user][influx-admin]: admin user][influx-admin]:
``` ```
influx -execute "CREATE USER thedude WITH PASSWORD '1234' WITH ALL PRIVILEGES" influx -execute "CREATE USER jeff WITH PASSWORD '1234' WITH ALL PRIVILEGES"
``` ```
## Create the `gitlab` database ## Create the `gitlab` database
...@@ -145,8 +145,8 @@ Make sure you have changed the [storage engine](#storage-engine) to `tsm1` ...@@ -145,8 +145,8 @@ Make sure you have changed the [storage engine](#storage-engine) to `tsm1`
before creating a database. before creating a database.
_**Note:** If you [created an admin user](#create-a-new-admin-user) and enabled _**Note:** If you [created an admin user](#create-a-new-admin-user) and enabled
[HTTP authentication](#http), remember to append the username (`-username thedude`) [HTTP authentication](#http), remember to append the username (`-username <username>`)
and password (`-password 1234`) to the commands below._ and password (`-password <password>`) you set earlier to the commands below._
Run the following command to create a database named `gitlab`: Run the following command to create a database named `gitlab`:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment