mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Add example to users.xml
This commit is contained in:
parent
0e52328795
commit
e341d8cea3
@ -86,6 +86,13 @@
|
|||||||
|
|
||||||
<!-- User can create other users and grant rights to them. -->
|
<!-- User can create other users and grant rights to them. -->
|
||||||
<!-- <access_management>1</access_management> -->
|
<!-- <access_management>1</access_management> -->
|
||||||
|
|
||||||
|
<!-- User permissions can be granted here -->
|
||||||
|
<!--
|
||||||
|
<grants>
|
||||||
|
<query>GRANT ALL ON *.*</query>
|
||||||
|
</grants>
|
||||||
|
-->
|
||||||
</default>
|
</default>
|
||||||
</users>
|
</users>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user