change default password ClickHouse

This commit is contained in:
Andrey Bunyaev 2020-11-11 09:56:21 +04:00
parent 4d803e617b
commit 09bd426588
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
Execute: PASSWORD=$(base64 < /dev/urandom | head -c8); echo "$PASSWORD"; echo -n "$PASSWORD" | openssl dgst -sha1 -binary | openssl dgst -sha1
In first line will be password and in second - corresponding double SHA1.
-->
<password>HAHA</password>
<password>secret</password>
<!-- List of networks with open access.