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

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

45 lines
1.4 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>mysql57</host>
<port>3306</port>
<database>clickhouse</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>clickhouse</database>
<table>test_table</table>
</mysql3>
2022-01-10 11:04:18 +00:00
<mysql4>
<user>root</user>
<password>clickhouse</password>
<host>mysql57</host>
<port>3306</port>
<database>clickhouse</database>
<table>test_table</table>
<connection_pool_size>0</connection_pool_size>
</mysql4>
2022-08-29 13:41:32 +00:00
<mysql_with_settings>
<user>root</user>
<password>clickhouse</password>
<host>mysql57</host>
<port>3306</port>
<database>clickhouse</database>
<connection_pool_size>1</connection_pool_size>
<read_write_timeout>20123001</read_write_timeout>
<connect_timeout>20123002</connect_timeout>
</mysql_with_settings>
2021-09-02 13:01:26 +00:00
</named_collections>
</clickhouse>