Skip to content

Commit

Permalink
fix readme (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
DablewCodes authored Jan 26, 2025
1 parent 3688bf8 commit 9696a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9696a08

Please sign in to comment.