PREPARE
The prepare command connects to a running apply and mine process and instructs them to replicate the schema/table. This is the default command that should be used when preparing new tables.
If the mine and apply process have a slow network connection between them, consider using PREPARE OFFILE.
PREPARE OFFLINE
This can only be used when apply and mine processes are NOT running. The apply and mine process will pickup the new tables on the next start.
...