ClickHouse/tests/integration/test_dictionaries_mysql/configs/named_collections.xml
2022-01-11 01:58:05 +03:00

35 lines
1.0 KiB
XML

<clickhouse>
<named_collections>
<mysql1>
<user>root</user>
<password>clickhouse</password>
<host>mysql57</host>
<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>mysql57</host>
<port>1111</port>
<database>test</database>
<table>test_table</table>
</mysql3>
<mysql4>
<user>root</user>
<password>clickhouse</password>
<host>mysql57</host>
<port>3306</port>
<database>test</database>
<table>test_table</table>
<connection_pool_size>0</connection_pool_size>
</mysql4>
</named_collections>
</clickhouse>