Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ This article demonstrates how to configure MySQL and ClickHouse to implement thi

## Summary

That's it! The `MaterializedMySQL` database engine will keep the MySQL database synced on ClickHouse. There are a few details and limitations, so be sure to read the [doc page for MaterializedMySQL](../../engines/database-engines/materialized-postgresql.md) for more details.
That's it! The `MaterializedMySQL` database engine will keep the MySQL database synced on ClickHouse. There are a few details and limitations, so be sure to read the [doc page for MaterializedMySQL](../../engines/database-engines/materialized-mysql.md) for more details.


:::note
If you just want to move data between MySQL and ClickHouse, check out the [MySQL table engine](../mysql/mysql-with-clickhouse.md).
:::
:::