ClickHouse/tests/integration/test_dictionaries_mysql/configs/named_collections.xml
Max Kainov 9f51e840db CI: integration tests to mysql80
#ci_set_integration
 #no_merge_commit
2024-02-21 11:05:47 +00:00

35 lines
1.0 KiB
XML

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