ClickHouse/tests/integration/test_dictionaries_mysql/configs/named_collections.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
1.0 KiB
XML
Raw Normal View History

<clickhouse>
2021-09-02 13:01:26 +00:00
<named_collections>
<mysql1>
<user>root</user>
<password>clickhouse</password>
<host>mysql80</host>
2021-09-02 13:01:26 +00:00
<port>3306</port>
<database>test</database>
<table>test_table</table>
</mysql1>
<mysql2>
<user>postgres</user>
<password>mysecretpassword</password>
<host>postgres1</host>
</mysql2>
<mysql3>
<user>root</user>
<password>clickhouse</password>
<host>mysql80</host>
2021-09-02 13:01:26 +00:00
<port>1111</port>
<database>test</database>
<table>test_table</table>
</mysql3>
2022-01-10 22:58:05 +00:00
<mysql4>
<user>root</user>
<password>clickhouse</password>
<host>mysql80</host>
2022-01-10 22:58:05 +00:00
<port>3306</port>
<database>test</database>
<table>test_table</table>
<connection_pool_size>0</connection_pool_size>
</mysql4>
2021-09-02 13:01:26 +00:00
</named_collections>
</clickhouse>