From 3aa4a0450f0e3eb31a0bde97fb06af2ea2093fb7 Mon Sep 17 00:00:00 2001 From: DablewCodes <77541950+DablewCodes@users.noreply.github.com> Date: Sun, 26 Jan 2025 22:26:09 +0500 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d919a9..336c35b 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ If you just need to copy data once, and don't need continuous synchronization fo 2. Run one-time data copy: ```bash -mysql_ch_replicator --config config.yaml db_replicator --database mysql_db_name --initial_only=True +mysql_ch_replicator --config config.yaml db_replicator --db mysql_db_name --initial_only=True ``` Where `mysql_db_name` is the name of the database you want to copy.