mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
5 lines
187 B
SQL
5 lines
187 B
SQL
-- Tags: no-fasttest
|
|
SELECT *
|
|
FROM mysql('127.0.0.1:9004', system, one, 'default', '')
|
|
SETTINGS send_logs_level = 'fatal'; -- failed connection tries are ok, if it succeeded after retry.
|