[ClickHouse] ClickHouse synchronizes MySQL database

Insert picture description here

1 Overview

My mysql version is 8.x, my clickhouse is version 21.1.2,
and then run on the same computer at the same time, my MySQL is installed on the host machine on the mac computer, and my clickhouse is a docker container.

MySQL data is as follows

mysql> use house;
Database changed
mysql> select * from category limit 1;
+

Guess you like

Origin blog.csdn.net/qq_21383435/article/details/113528776