ClickHouse/tests/integration/test_select_access_rights/configs/another_user.xml
2022-08-28 02:44:02 +02:00

16 lines
367 B
XML

<clickhouse>
<users>
<another>
<password/>
<networks>
<ip>::/0</ip>
</networks>
<profile>default</profile>
<quota>default</quota>
<allow_databases>
<database>mydb</database>
</allow_databases>
</another>
</users>
</clickhouse>