2021-09-25 04:08:34 +00:00
|
|
|
<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>test_database</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>
|
|
|
|
</named_collections>
|
2021-09-25 04:08:34 +00:00
|
|
|
</clickhouse>
|