ClickHouse/tests/integration/test_mysql_database_engine/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

24 lines
665 B
XML

<clickhouse>
<named_collections>
<mysql1>
<user>root</user>
<password>clickhouse</password>
<host>mysql80</host>
<port>3306</port>
<database>test_database</database>
</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>clickhouse</database>
</mysql3>
</named_collections>
</clickhouse>